Shades of Sisal #CAC095
Tints of Sisal #CAC095
RGB
CMYK
RGB Variations
Color information
#CAC095 (or 0xCAC095) is known color: Sisal. HEX triplet: CA, C0 and 95. RGB value is (202,192,149). Sum of RGB (Red+Green+Blue) = 202+192+149=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC095 is #353F6A. Grayscale: #BEBEBE. Windows color (decimal): -3489643 or 9814218. OLE color: 9814218.
HSL color Cylindrical-coordinate representation of color #CAC095: hue angle of 48.68º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAC095 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 149 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.21 |
| HSL | 48.68º | 0.33% | 0.69% | - |
| HSV(B) | 48.68º | 0.26% | 0.79% | - |
| XYZ | 48.63 | 52.43 | 35.99 | - |
| YUV | 190.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 149 | 0 | 0.05 | 0.26 | 0.21 | 48.68 | 0.33 | 0.69 |
| Hex | CA | C0 | 95 | 0 | 5 | 1A | 15 | 31 | 21 | 45 |
| Octal | 312 | 300 | 225 | 0 | 5 | 32 | 25 | 61 | 41 | 105 |
| Binary | 11001010 | 11000000 | 10010101 | 0 | 101 | 11010 | 10101 | 110001 | 100001 | 1000101 |
Color Harmonies of #CAC095
Complementary color
Monochromatic Colors of #CAC095
Black with #CAC095
Text Example
Text Example
White with #CAC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC095; }
p { color: rgb(202,192,149); }
H1.HeaderClassName
{
color: #CAC095;
}
.AnyTagClassName
{
color: #CAC095;
}
</style>
background-color css
<style>
a { background-color: #CAC095; }
a { background-color: rgb(202,192,149); }
div.DivClassName
{
background-color: #CAC095;
}
.BgClassName
{
background-color: #CAC095;
}
</style>
border-color css
<style>
span { border-color: #CAC095; }
span { border-color: rgb(202,192,149); }
td.TdClassName
{
border-color: #CAC095;
}
.TagClassName
{
border-color: #CAC095;
}
</style>