Shades of Sisal #CAC195
Tints of Sisal #CAC195
RGB
CMYK
RGB Variations
Color information
#CAC195 (or 0xCAC195) is known color: Sisal. HEX triplet: CA, C1 and 95. RGB value is (202,193,149). Sum of RGB (Red+Green+Blue) = 202+193+149=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC195 is #353E6A. Grayscale: #BEBEBE. Windows color (decimal): -3489387 or 9814474. OLE color: 9814474.
HSL color Cylindrical-coordinate representation of color #CAC195: hue angle of 49.81º 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 #CAC195 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 149 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.21 |
| HSL | 49.81º | 0.33% | 0.69% | - |
| HSV(B) | 49.81º | 0.26% | 0.79% | - |
| XYZ | 48.85 | 52.87 | 36.06 | - |
| YUV | 190.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 149 | 0 | 0.04 | 0.26 | 0.21 | 49.81 | 0.33 | 0.69 |
| Hex | CA | C1 | 95 | 0 | 4 | 1A | 15 | 32 | 21 | 45 |
| Octal | 312 | 301 | 225 | 0 | 4 | 32 | 25 | 62 | 41 | 105 |
| Binary | 11001010 | 11000001 | 10010101 | 0 | 100 | 11010 | 10101 | 110010 | 100001 | 1000101 |
Color Harmonies of #CAC195
Complementary color
Monochromatic Colors of #CAC195
Black with #CAC195
Text Example
Text Example
White with #CAC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC195; }
p { color: rgb(202,193,149); }
H1.HeaderClassName
{
color: #CAC195;
}
.AnyTagClassName
{
color: #CAC195;
}
</style>
background-color css
<style>
a { background-color: #CAC195; }
a { background-color: rgb(202,193,149); }
div.DivClassName
{
background-color: #CAC195;
}
.BgClassName
{
background-color: #CAC195;
}
</style>
border-color css
<style>
span { border-color: #CAC195; }
span { border-color: rgb(202,193,149); }
td.TdClassName
{
border-color: #CAC195;
}
.TagClassName
{
border-color: #CAC195;
}
</style>