Color Hex Logo

#ca706d Color Hex

#CA706D
(202,112,109)
0 Favorites   0 Comments

Color spaces of #ca706d

RGB 202112109
HSL0.010.470.61
HSV46°79°
CMYK 0.000.450.46   0.21
XYZ32.911625.249017.6069
Yxy25.24900.43440.3332
Hunter Lab50.248428.979014.3988
CIE-Lab57.317235.085017.4481

#ca706d color RGB value is (202,112,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110000 01101101
Octal 312 160 155
Decimal 202 112 109
Hex CA 70 6D

RGB Percentages of Color #ca706d

%47.75
%26.48
%25.77

CMYK Percentages of Color #ca706d

%0
%45
%46
%21

Triadic Colors of #ca706d

#ca706d #6dca70 #706dca

Analogous Colors of #ca706d

#ca706d #ca9f6d #ca6d99

Monochromatic Colors of #ca706d

#ca706d

Complementary Color

#ca706d #6dc7ca

#ca706d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca706d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca706d Color CSS Codes

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

#ca706d Text Font Color

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

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


#ca706d Background Color

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

This div background color is #ca706d


#ca706d Border Color

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

This div border color is #ca706d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca706d


Comments

No comments written yet.

Please login to write comment.