#CAC88F

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

Shades of Deco #CAC88F

Tints of Deco #CAC88F

Color information

#CAC88F (or 0xCAC88F) is unknown color: approx Deco. HEX triplet: CA, C8 and 8F. RGB value is (202,200,143). Sum of RGB (Red+Green+Blue) = 202+200+143=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC88F is #353770. Grayscale: #C2C2C2. Windows color (decimal): -3487601 or 9423050. OLE color: 9423050.

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

Color convert

RGB202200143-
CMYK00.010.290.21
HSL57.97º35.76%67.65%-
HSV(B)57.97º29.21%79.22%-
XYZ49.9755.8534.13-
YUV194.199.16133.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 200 (78.52% from 255) = 36.70%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=37.06%
G=36.70%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220014300.010.290.2157.9735.7667.65
HexCAC88F011D153a2444
Octal3123102170135257244104
Binary1100101011001000100011110111101101011110101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC88F; }

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

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

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

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

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

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

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

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