Color Hex Logo

#ca776e Color Hex

#CA776E
(202,119,110)
0 Favorites   0 Comments

Color spaces of #ca776e

RGB 202119110
HSL0.020.460.61
HSV46°79°
CMYK 0.000.410.46   0.21
XYZ33.768426.876018.1596
Yxy26.87600.42850.3410
Hunter Lab51.842125.546015.5209
CIE-Lab58.859431.458618.9785

#ca776e color RGB value is (202,119,110).

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

The process color (four color CMYK) of #ca776e color hex is 0.00, 0.41, 0.46, 0.21. Web safe color of #ca776e is #cc6666. Color #ca776e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 01101110
Octal 312 167 156
Decimal 202 119 110
Hex CA 77 6E

RGB Percentages of Color #ca776e

%46.87
%27.61
%25.52

CMYK Percentages of Color #ca776e

%0
%41
%46
%21

Triadic Colors of #ca776e

#ca776e #6eca77 #776eca

Analogous Colors of #ca776e

#ca776e #caa56e #ca6e93

Monochromatic Colors of #ca776e

#ca776e

Complementary Color

#ca776e #6ec1ca

#ca776e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca776e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca776e Color CSS Codes

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

#ca776e Text Font Color

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

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


#ca776e Background Color

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

This div background color is #ca776e


#ca776e Border Color

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

This div border color is #ca776e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca776e


Comments

No comments written yet.

Please login to write comment.