#CAC29C

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

Shades of Sisal #CAC29C

Tints of Sisal #CAC29C

Color information

#CAC29C (or 0xCAC29C) is unknown color: approx Sisal. HEX triplet: CA, C2 and 9C. RGB value is (202,194,156). Sum of RGB (Red+Green+Blue) = 202+194+156=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC29C is #353D63. Grayscale: #C0C0C0. Windows color (decimal): -3489124 or 10273482. OLE color: 10273482.

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

Color convert

RGB202194156-
CMYK00.040.230.21
HSL49.57º30.26%70.2%-
HSV(B)49.57º22.77%79.22%-
XYZ49.6553.5439.17-
YUV192.06107.65135.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 194 (76.17% from 255) = 35.14%
BLUE value IS 156 (61.33% from 255) = 28.26%
R=36.59%
G=35.14%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219415600.040.230.2149.5730.2670.2
HexCAC29C041715321e46
Octal3123022340427256236106
Binary11001010110000101001110001001011110101110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC29C; }

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

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

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

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

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

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

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

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