#CAC877

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

Shades of Deco #CAC877

Tints of Deco #CAC877

Color information

#CAC877 (or 0xCAC877) is unknown color: approx Deco. HEX triplet: CA, C8 and 77. RGB value is (202,200,119). Sum of RGB (Red+Green+Blue) = 202+200+119=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC877 is #353788. Grayscale: #BFBFBF. Windows color (decimal): -3487625 or 7850186. OLE color: 7850186.

HSL color Cylindrical-coordinate representation of color #CAC877: hue angle of 58.55º 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 #CAC877 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202200119-
CMYK00.010.410.21
HSL58.55º43.92%62.94%-
HSV(B)58.55º41.09%79.22%-
XYZ48.3455.225.56-
YUV191.3687.16135.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 200 (78.52% from 255) = 38.39%
BLUE value IS 119 (46.88% from 255) = 22.84%
R=38.77%
G=38.39%
B=22.84%

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
Decimal20220011900.010.410.2158.5543.9262.94
HexCAC8770129153b2c3f
Octal312310167015125735477
Binary110010101100100011101110110100110101111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC877; }

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

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

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

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

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

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

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

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