Color Hex Logo

#ca793c Color Hex

#CA793C
(202,121,60)
0 Favorites   0 Comments

Color spaces of #ca793c

RGB 20212160
HSL0.070.570.51
HSV26°70°79°
CMYK 0.000.400.70   0.21
XYZ32.010126.55757.7140
Yxy26.55750.48290.4007
Hunter Lab51.534020.690027.1988
CIE-Lab58.562526.482045.7993

#ca793c color RGB value is (202,121,60).

#ca793c hex color red value is 202, green value is 121 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ca793c hue: 0.07 , saturation: 0.57 and the lightness value of ca793c is 0.51.

The process color (four color CMYK) of #ca793c color hex is 0.00, 0.40, 0.70, 0.21. Web safe color of #ca793c is #cc6633. Color #ca793c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111001 00111100
Octal 312 171 74
Decimal 202 121 60
Hex CA 79 3C

RGB Percentages of Color #ca793c

%52.74
%31.59
%15.67

CMYK Percentages of Color #ca793c

%0
%40
%70
%21

Triadic Colors of #ca793c

#ca793c #3cca79 #793cca

Analogous Colors of #ca793c

#ca793c #cac03c #ca3c46

Monochromatic Colors of #ca793c

#ca793c

Complementary Color

#ca793c #3c8dca

#ca793c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca793c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca793c Color CSS Codes

.mybgcolor {background-color:#ca793c; } 
.myforecolor {color:#ca793c; }
.mybordercolor {border:3px solid #ca793c; }

#ca793c Text Font Color

<p style="color:#ca793c">Text here</p>

This sample text font color is #ca793c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ca793c Background Color

<div style="background-color:#ca793c">
Div content here</div>

This div background color is #ca793c


#ca793c Border Color

<div style="border:3px solid #ca793c">
Div here</div>

This div border color is #ca793c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,121,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca793c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca793c;
  -webkit-box-shadow: 1px 1px 3px 2px #ca793c;
  box-shadow:         1px 1px 3px 2px #ca793c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,121,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca793c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca793c;
  -webkit-box-shadow: 1px 1px 3px 2px #ca793c;
  box-shadow:         1px 1px 3px 2px #ca793c;">
Div content here</div>

This div box has shadow with color #ca793c


Comments

No comments written yet.

Please login to write comment.