Shades of Sisal #CAC29A
Tints of Sisal #CAC29A
RGB
CMYK
RGB Variations
Color information
#CAC29A (or 0xCAC29A) is known color: Sisal. HEX triplet: CA, C2 and 9A. RGB value is (202,194,154). Sum of RGB (Red+Green+Blue) = 202+194+154=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC29A is #353D65. Grayscale: #C0C0C0. Windows color (decimal): -3489126 or 10142410. OLE color: 10142410.
HSL color Cylindrical-coordinate representation of color #CAC29A: hue angle of 50º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAC29A is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 154 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.21 |
| HSL | 50º | 0.31% | 0.7% | - |
| HSV(B) | 50º | 0.24% | 0.79% | - |
| XYZ | 49.48 | 53.47 | 38.29 | - |
| YUV | 191.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 154 | 0 | 0.04 | 0.24 | 0.21 | 50 | 0.31 | 0.7 |
| Hex | CA | C2 | 9A | 0 | 4 | 18 | 15 | 32 | 1F | 46 |
| Octal | 312 | 302 | 232 | 0 | 4 | 30 | 25 | 62 | 37 | 106 |
| Binary | 11001010 | 11000010 | 10011010 | 0 | 100 | 11000 | 10101 | 110010 | 11111 | 1000110 |
Color Harmonies of #CAC29A
Complementary color
Monochromatic Colors of #CAC29A
Black with #CAC29A
Text Example
Text Example
White with #CAC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC29A; }
p { color: rgb(202,194,154); }
H1.HeaderClassName
{
color: #CAC29A;
}
.AnyTagClassName
{
color: #CAC29A;
}
</style>
background-color css
<style>
a { background-color: #CAC29A; }
a { background-color: rgb(202,194,154); }
div.DivClassName
{
background-color: #CAC29A;
}
.BgClassName
{
background-color: #CAC29A;
}
</style>
border-color css
<style>
span { border-color: #CAC29A; }
span { border-color: rgb(202,194,154); }
td.TdClassName
{
border-color: #CAC29A;
}
.TagClassName
{
border-color: #CAC29A;
}
</style>