#CAC29D

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

Shades of Sisal #CAC29D

Tints of Sisal #CAC29D

Color information

#CAC29D (or 0xCAC29D) is unknown color: approx Sisal. HEX triplet: CA, C2 and 9D. RGB value is (202,194,157). Sum of RGB (Red+Green+Blue) = 202+194+157=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC29D is #353D62. Grayscale: #C0C0C0. Windows color (decimal): -3489123 or 10339018. OLE color: 10339018.

HSL color Cylindrical-coordinate representation of color #CAC29D: hue angle of 49.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC29D is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202194157-
CMYK00.040.220.21
HSL49.33º29.8%70.39%-
HSV(B)49.33º22.28%79.22%-
XYZ49.7353.5739.62-
YUV192.17108.15135.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 194 (76.17% from 255) = 35.08%
BLUE value IS 157 (61.72% from 255) = 28.39%
R=36.53%
G=35.08%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219415700.040.220.2149.3329.870.39
HexCAC29D041615311e46
Octal3123022350426256136106
Binary11001010110000101001110101001011010101110001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC29D; }

 p { color: rgb(202,194,157); }

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

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

 a { background-color: rgb(202,194,157); }

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

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

 span { border-color: rgb(202,194,157); }

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