Color Hex Logo

#ca676a Color Hex

#CA676A
(202,103,106)
0 Favorites   0 Comments

Color spaces of #ca676a

RGB 202103106
HSL0.990.480.60
HSV358°49°79°
CMYK 0.000.490.48   0.21
XYZ31.808923.297716.4561
Yxy23.29770.44450.3256
Hunter Lab48.267733.164913.5734
CIE-Lab55.377739.479316.5316

#ca676a color RGB value is (202,103,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100111 01101010
Octal 312 147 152
Decimal 202 103 106
Hex CA 67 6A

RGB Percentages of Color #ca676a

%49.15
%25.06
%25.79

CMYK Percentages of Color #ca676a

%0
%49
%48
%21

Triadic Colors of #ca676a

#ca676a #6aca67 #676aca

Analogous Colors of #ca676a

#ca676a #ca9667 #ca679c

Monochromatic Colors of #ca676a

#ca676a

Complementary Color

#ca676a #67cac7

#ca676a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca676a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca676a Color CSS Codes

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

#ca676a Text Font Color

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

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


#ca676a Background Color

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

This div background color is #ca676a


#ca676a Border Color

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

This div border color is #ca676a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca676a


Comments

No comments written yet.

Please login to write comment.