#CAC878

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

Shades of Deco #CAC878

Tints of Deco #CAC878

Color information

#CAC878 (or 0xCAC878) is unknown color: approx Deco. HEX triplet: CA, C8 and 78. RGB value is (202,200,120). Sum of RGB (Red+Green+Blue) = 202+200+120=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC878 is #353787. Grayscale: #BFBFBF. Windows color (decimal): -3487624 or 7915722. OLE color: 7915722.

HSL color Cylindrical-coordinate representation of color #CAC878: hue angle of 58.54º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAC878 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202200120-
CMYK00.010.410.21
HSL58.54º43.62%63.14%-
HSV(B)58.54º40.59%79.22%-
XYZ48.455.2225.88-
YUV191.4887.66135.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 200 (78.52% from 255) = 38.31%
BLUE value IS 120 (47.27% from 255) = 22.99%
R=38.70%
G=38.31%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220012000.010.410.2158.5443.6263.14
HexCAC8780129153b2c3f
Octal312310170015125735477
Binary110010101100100011110000110100110101111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC878; }

 p { color: rgb(202,200,120); }

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

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

 a { background-color: rgb(202,200,120); }

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

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

 span { border-color: rgb(202,200,120); }

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