Shades of Sisal #CAC29C
Tints of Sisal #CAC29C
RGB
CMYK
RGB Variations
Color information
#CAC29C (or 0xCAC29C) is known color: 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
| RGB | 202 | 194 | 156 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.21 |
| HSL | 49.57º | 0.3% | 0.7% | - |
| HSV(B) | 49.57º | 0.23% | 0.79% | - |
| XYZ | 49.65 | 53.54 | 39.17 | - |
| YUV | 192.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 156 | 0 | 0.04 | 0.23 | 0.21 | 49.57 | 0.3 | 0.7 |
| Hex | CA | C2 | 9C | 0 | 4 | 17 | 15 | 32 | 1E | 46 |
| Octal | 312 | 302 | 234 | 0 | 4 | 27 | 25 | 62 | 36 | 106 |
| Binary | 11001010 | 11000010 | 10011100 | 0 | 100 | 10111 | 10101 | 110010 | 11110 | 1000110 |
Color Harmonies of #CAC29C
Complementary color
Monochromatic Colors of #CAC29C
Black with #CAC29C
Text Example
Text Example
White with #CAC29C
Text Example
Text Example
HTML Codes & Css Web 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>