Color Hex Logo

#ca796b Color Hex

#CA796B
(202,121,107)
0 Favorites   0 Comments

Color spaces of #ca796b

RGB 202121107
HSL0.020.470.61
HSV47°79°
CMYK 0.000.400.47   0.21
XYZ33.848327.292817.3940
Yxy27.29280.43100.3475
Hunter Lab52.242524.227016.8293
CIE-Lab59.244430.078221.2117

#ca796b color RGB value is (202,121,107).

#ca796b hex color red value is 202, green value is 121 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ca796b hue: 0.02 , saturation: 0.47 and the lightness value of ca796b is 0.61.

The process color (four color CMYK) of #ca796b color hex is 0.00, 0.40, 0.47, 0.21. Web safe color of #ca796b is #cc6666. Color #ca796b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111001 01101011
Octal 312 171 153
Decimal 202 121 107
Hex CA 79 6B

RGB Percentages of Color #ca796b

%46.98
%28.14
%24.88

CMYK Percentages of Color #ca796b

%0
%40
%47
%21

Triadic Colors of #ca796b

#ca796b #6bca79 #796bca

Analogous Colors of #ca796b

#ca796b #caa96b #ca6b8d

Monochromatic Colors of #ca796b

#ca796b

Complementary Color

#ca796b #6bbcca

#ca796b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca796b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca796b Color CSS Codes

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

#ca796b Text Font Color

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

This sample text font color is #ca796b
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.


#ca796b Background Color

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

This div background color is #ca796b


#ca796b Border Color

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

This div border color is #ca796b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca796b


Comments

No comments written yet.

Please login to write comment.