#CAC96F

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

Shades of Deco #CAC96F

Tints of Deco #CAC96F

Color information

#CAC96F (or 0xCAC96F) is unknown color: approx Deco. HEX triplet: CA, C9 and 6F. RGB value is (202,201,111). Sum of RGB (Red+Green+Blue) = 202+201+111=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC96F is #353690. Grayscale: #BFBFBF. Windows color (decimal): -3487377 or 7326154. OLE color: 7326154.

HSL color Cylindrical-coordinate representation of color #CAC96F: hue angle of 59.34º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAC96F is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202201111-
CMYK00.000.450.21
HSL59.34º46.19%61.37%-
HSV(B)59.34º45.05%79.22%-
XYZ48.1155.4823.21-
YUV191.0482.83135.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 201 (78.91% from 255) = 39.11%
BLUE value IS 111 (43.75% from 255) = 21.60%
R=39.30%
G=39.11%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220111100.000.450.2159.3446.1961.37
HexCAC96F002D153b2e3d
Octal312311157005525735675
Binary110010101100100111011110010110110101111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC96F; }

 p { color: rgb(202,201,111); }

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

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

 a { background-color: rgb(202,201,111); }

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

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

 span { border-color: rgb(202,201,111); }

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