Shades of Sisal #CAC29F
Tints of Sisal #CAC29F
RGB
CMYK
RGB Variations
Color information
#CAC29F (or 0xCAC29F) is known color: Sisal. HEX triplet: CA, C2 and 9F. RGB value is (202,194,159). Sum of RGB (Red+Green+Blue) = 202+194+159=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC29F is #353D60. Grayscale: #C0C0C0. Windows color (decimal): -3489121 or 10470090. OLE color: 10470090.
HSL color Cylindrical-coordinate representation of color #CAC29F: hue angle of 48.84º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC29F is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 159 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.21 |
| HSL | 48.84º | 0.29% | 0.71% | - |
| HSV(B) | 48.84º | 0.21% | 0.79% | - |
| XYZ | 49.91 | 53.64 | 40.52 | - |
| YUV | 192.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 159 | 0 | 0.04 | 0.21 | 0.21 | 48.84 | 0.29 | 0.71 |
| Hex | CA | C2 | 9F | 0 | 4 | 15 | 15 | 31 | 1D | 47 |
| Octal | 312 | 302 | 237 | 0 | 4 | 25 | 25 | 61 | 35 | 107 |
| Binary | 11001010 | 11000010 | 10011111 | 0 | 100 | 10101 | 10101 | 110001 | 11101 | 1000111 |
Color Harmonies of #CAC29F
Complementary color
Monochromatic Colors of #CAC29F
Black with #CAC29F
Text Example
Text Example
White with #CAC29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC29F; }
p { color: rgb(202,194,159); }
H1.HeaderClassName
{
color: #CAC29F;
}
.AnyTagClassName
{
color: #CAC29F;
}
</style>
background-color css
<style>
a { background-color: #CAC29F; }
a { background-color: rgb(202,194,159); }
div.DivClassName
{
background-color: #CAC29F;
}
.BgClassName
{
background-color: #CAC29F;
}
</style>
border-color css
<style>
span { border-color: #CAC29F; }
span { border-color: rgb(202,194,159); }
td.TdClassName
{
border-color: #CAC29F;
}
.TagClassName
{
border-color: #CAC29F;
}
</style>