Shades of Sisal #CAC29E
Tints of Sisal #CAC29E
RGB
CMYK
RGB Variations
Color information
#CAC29E (or 0xCAC29E) is known color: Sisal. HEX triplet: CA, C2 and 9E. RGB value is (202,194,158). Sum of RGB (Red+Green+Blue) = 202+194+158=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC29E is #353D61. Grayscale: #C0C0C0. Windows color (decimal): -3489122 or 10404554. OLE color: 10404554.
HSL color Cylindrical-coordinate representation of color #CAC29E: hue angle of 49.09º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC29E is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 158 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.21 |
| HSL | 49.09º | 0.29% | 0.71% | - |
| HSV(B) | 49.09º | 0.22% | 0.79% | - |
| XYZ | 49.82 | 53.61 | 40.07 | - |
| YUV | 192.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 158 | 0 | 0.04 | 0.22 | 0.21 | 49.09 | 0.29 | 0.71 |
| Hex | CA | C2 | 9E | 0 | 4 | 16 | 15 | 31 | 1D | 47 |
| Octal | 312 | 302 | 236 | 0 | 4 | 26 | 25 | 61 | 35 | 107 |
| Binary | 11001010 | 11000010 | 10011110 | 0 | 100 | 10110 | 10101 | 110001 | 11101 | 1000111 |
Color Harmonies of #CAC29E
Complementary color
Monochromatic Colors of #CAC29E
Black with #CAC29E
Text Example
Text Example
White with #CAC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC29E; }
p { color: rgb(202,194,158); }
H1.HeaderClassName
{
color: #CAC29E;
}
.AnyTagClassName
{
color: #CAC29E;
}
</style>
background-color css
<style>
a { background-color: #CAC29E; }
a { background-color: rgb(202,194,158); }
div.DivClassName
{
background-color: #CAC29E;
}
.BgClassName
{
background-color: #CAC29E;
}
</style>
border-color css
<style>
span { border-color: #CAC29E; }
span { border-color: rgb(202,194,158); }
td.TdClassName
{
border-color: #CAC29E;
}
.TagClassName
{
border-color: #CAC29E;
}
</style>