#CAC78E

Color #CAC78E Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CAC78E

Tints of Deco #CAC78E

Color information

#CAC78E (or 0xCAC78E) is unknown color: approx Deco. HEX triplet: CA, C7 and 8E. RGB value is (202,199,142). Sum of RGB (Red+Green+Blue) = 202+199+142=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC78E is #353871. Grayscale: #C1C1C1. Windows color (decimal): -3487858 or 9357258. OLE color: 9357258.

HSL color Cylindrical-coordinate representation of color #CAC78E: hue angle of 57º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC78E is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202199142-
CMYK00.010.300.21
HSL57º36.14%67.45%-
HSV(B)57º29.7%79.22%-
XYZ49.6655.3633.66-
YUV193.498.99134.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 199 (78.12% from 255) = 36.65%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=37.20%
G=36.65%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219914200.010.300.215736.1467.45
HexCAC78E011E15392443
Octal3123072160136257144103
Binary1100101011000111100011100111110101011110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC78E; }

 p { color: rgb(202,199,142); }

 H1.HeaderClassName
 {
   color: #CAC78E;
 }
 .AnyTagClassName
 {
   color: #CAC78E;
 }
</style>
background-color css

<style>
 a { background-color: #CAC78E; }

 a { background-color: rgb(202,199,142); }

 div.DivClassName
 {
   background-color: #CAC78E;
 }
 .BgClassName
 {
   background-color: #CAC78E;
 }
</style>
border-color css

<style>
 span { border-color: #CAC78E; }

 span { border-color: rgb(202,199,142); }

 td.TdClassName
 {
   border-color: #CAC78E;
 }
 .TagClassName
 {
   border-color: #CAC78E;
 }
</style>