Color Hex Logo

#ca676f Color Hex

#CA676F
(202,103,111)
0 Favorites   0 Comments

Color spaces of #ca676f

RGB 202103111
HSL0.990.480.60
HSV355°49°79°
CMYK 0.000.490.45   0.21
XYZ32.076623.404717.8659
Yxy23.40470.43730.3191
Hunter Lab48.378433.689611.9694
CIE-Lab55.486839.980213.7604

#ca676f color RGB value is (202,103,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100111 01101111
Octal 312 147 157
Decimal 202 103 111
Hex CA 67 6F

RGB Percentages of Color #ca676f

%48.56
%24.76
%26.68

CMYK Percentages of Color #ca676f

%0
%49
%45
%21

Triadic Colors of #ca676f

#ca676f #6fca67 #676fca

Analogous Colors of #ca676f

#ca676f #ca9167 #ca67a1

Monochromatic Colors of #ca676f

#ca676f

Complementary Color

#ca676f #67cac2

#ca676f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca676f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca676f Color CSS Codes

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

#ca676f Text Font Color

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

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


#ca676f Background Color

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

This div background color is #ca676f


#ca676f Border Color

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

This div border color is #ca676f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca676f


Comments

No comments written yet.

Please login to write comment.