#CAC97E

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

Shades of Deco #CAC97E

Tints of Deco #CAC97E

Color information

#CAC97E (or 0xCAC97E) is unknown color: approx Deco. HEX triplet: CA, C9 and 7E. RGB value is (202,201,126). Sum of RGB (Red+Green+Blue) = 202+201+126=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC97E is #353681. Grayscale: #C1C1C1. Windows color (decimal): -3487362 or 8309194. OLE color: 8309194.

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

Color convert

RGB202201126-
CMYK00.000.380.21
HSL59.21º41.76%64.31%-
HSV(B)59.21º37.62%79.22%-
XYZ49.0155.8427.93-
YUV192.7590.33134.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 201 (78.91% from 255) = 38.00%
BLUE value IS 126 (49.61% from 255) = 23.82%
R=38.19%
G=38.00%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220112600.000.380.2159.2141.7664.31
HexCAC97E0026153b2a40
Octal3123111760046257352100
Binary1100101011001001111111000100110101011110111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC97E; }

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

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

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

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

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

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

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

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