Color Hex Logo

#ca676e Color Hex

#CA676E
(202,103,110)
0 Favorites   0 Comments

Color spaces of #ca676e

RGB 202103110
HSL0.990.480.60
HSV356°49°79°
CMYK 0.000.490.46   0.21
XYZ32.021823.382817.5775
Yxy23.38280.43880.3204
Hunter Lab48.355833.582412.2969
CIE-Lab55.464539.877914.3143

#ca676e color RGB value is (202,103,110).

#ca676e hex color red value is 202, green value is 103 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ca676e hue: 0.99 , saturation: 0.48 and the lightness value of ca676e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100111 01101110
Octal 312 147 156
Decimal 202 103 110
Hex CA 67 6E

RGB Percentages of Color #ca676e

%48.67
%24.82
%26.51

CMYK Percentages of Color #ca676e

%0
%49
%46
%21

Triadic Colors of #ca676e

#ca676e #6eca67 #676eca

Analogous Colors of #ca676e

#ca676e #ca9267 #ca67a0

Monochromatic Colors of #ca676e

#ca676e

Complementary Color

#ca676e #67cac3

#ca676e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca676e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca676e Color CSS Codes

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

#ca676e Text Font Color

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

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


#ca676e Background Color

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

This div background color is #ca676e


#ca676e Border Color

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

This div border color is #ca676e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,103,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 #ca676e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca676e


Comments

No comments written yet.

Please login to write comment.