Shades of Sisal #CAC098
Tints of Sisal #CAC098
RGB
CMYK
RGB Variations
Color information
#CAC098 (or 0xCAC098) is known color: Sisal. HEX triplet: CA, C0 and 98. RGB value is (202,192,152). Sum of RGB (Red+Green+Blue) = 202+192+152=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC098 is #353F67. Grayscale: #BEBEBE. Windows color (decimal): -3489640 or 10010826. OLE color: 10010826.
HSL color Cylindrical-coordinate representation of color #CAC098: hue angle of 48º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAC098 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 152 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.21 |
| HSL | 48º | 0.32% | 0.69% | - |
| HSV(B) | 48º | 0.25% | 0.79% | - |
| XYZ | 48.87 | 52.52 | 37.27 | - |
| YUV | 190.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 152 | 0 | 0.05 | 0.25 | 0.21 | 48 | 0.32 | 0.69 |
| Hex | CA | C0 | 98 | 0 | 5 | 19 | 15 | 30 | 20 | 45 |
| Octal | 312 | 300 | 230 | 0 | 5 | 31 | 25 | 60 | 40 | 105 |
| Binary | 11001010 | 11000000 | 10011000 | 0 | 101 | 11001 | 10101 | 110000 | 100000 | 1000101 |
Color Harmonies of #CAC098
Complementary color
Monochromatic Colors of #CAC098
Black with #CAC098
Text Example
Text Example
White with #CAC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC098; }
p { color: rgb(202,192,152); }
H1.HeaderClassName
{
color: #CAC098;
}
.AnyTagClassName
{
color: #CAC098;
}
</style>
background-color css
<style>
a { background-color: #CAC098; }
a { background-color: rgb(202,192,152); }
div.DivClassName
{
background-color: #CAC098;
}
.BgClassName
{
background-color: #CAC098;
}
</style>
border-color css
<style>
span { border-color: #CAC098; }
span { border-color: rgb(202,192,152); }
td.TdClassName
{
border-color: #CAC098;
}
.TagClassName
{
border-color: #CAC098;
}
</style>