Color Hex Logo

#ca706e Color Hex

#CA706E
(202,112,110)
0 Favorites   0 Comments

Color spaces of #ca706e

RGB 202112110
HSL0.000.460.61
HSV46°79°
CMYK 0.000.450.46   0.21
XYZ32.965825.270717.8921
Yxy25.27070.43300.3319
Hunter Lab50.270029.083414.0865
CIE-Lab57.338235.187216.8991

#ca706e color RGB value is (202,112,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110000 01101110
Octal 312 160 156
Decimal 202 112 110
Hex CA 70 6E

RGB Percentages of Color #ca706e

%47.64
%26.42
%25.94

CMYK Percentages of Color #ca706e

%0
%45
%46
%21

Triadic Colors of #ca706e

#ca706e #6eca70 #706eca

Analogous Colors of #ca706e

#ca706e #ca9e6e #ca6e9a

Monochromatic Colors of #ca706e

#ca706e

Complementary Color

#ca706e #6ec8ca

#ca706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca706e Color CSS Codes

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

#ca706e Text Font Color

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

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


#ca706e Background Color

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

This div background color is #ca706e


#ca706e Border Color

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

This div border color is #ca706e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca706e


Comments

No comments written yet.

Please login to write comment.