Shades of Sisal #CAC299
Tints of Sisal #CAC299
RGB
CMYK
RGB Variations
Color information
#CAC299 (or 0xCAC299) is known color: Sisal. HEX triplet: CA, C2 and 99. RGB value is (202,194,153). Sum of RGB (Red+Green+Blue) = 202+194+153=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC299 is #353D66. Grayscale: #BFBFBF. Windows color (decimal): -3489127 or 10076874. OLE color: 10076874.
HSL color Cylindrical-coordinate representation of color #CAC299: hue angle of 50.2º degrees, saturation: 0.32, 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 #CAC299 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 153 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.21 |
| HSL | 50.2º | 0.32% | 0.7% | - |
| HSV(B) | 50.2º | 0.24% | 0.79% | - |
| XYZ | 49.4 | 53.44 | 37.85 | - |
| YUV | 191.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 153 | 0 | 0.04 | 0.24 | 0.21 | 50.2 | 0.32 | 0.7 |
| Hex | CA | C2 | 99 | 0 | 4 | 18 | 15 | 32 | 20 | 46 |
| Octal | 312 | 302 | 231 | 0 | 4 | 30 | 25 | 62 | 40 | 106 |
| Binary | 11001010 | 11000010 | 10011001 | 0 | 100 | 11000 | 10101 | 110010 | 100000 | 1000110 |
Color Harmonies of #CAC299
Complementary color
Monochromatic Colors of #CAC299
Black with #CAC299
Text Example
Text Example
White with #CAC299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC299; }
p { color: rgb(202,194,153); }
H1.HeaderClassName
{
color: #CAC299;
}
.AnyTagClassName
{
color: #CAC299;
}
</style>
background-color css
<style>
a { background-color: #CAC299; }
a { background-color: rgb(202,194,153); }
div.DivClassName
{
background-color: #CAC299;
}
.BgClassName
{
background-color: #CAC299;
}
</style>
border-color css
<style>
span { border-color: #CAC299; }
span { border-color: rgb(202,194,153); }
td.TdClassName
{
border-color: #CAC299;
}
.TagClassName
{
border-color: #CAC299;
}
</style>