Shades of Sisal #CAC39F
Tints of Sisal #CAC39F
RGB
CMYK
RGB Variations
Color information
#CAC39F (or 0xCAC39F) is known color: Sisal. HEX triplet: CA, C3 and 9F. RGB value is (202,195,159). Sum of RGB (Red+Green+Blue) = 202+195+159=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC39F is #353C60. Grayscale: #C1C1C1. Windows color (decimal): -3488865 or 10470346. OLE color: 10470346.
HSL color Cylindrical-coordinate representation of color #CAC39F: hue angle of 50.23º 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 #CAC39F is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 159 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.21 |
| HSL | 50.23º | 0.29% | 0.71% | - |
| HSV(B) | 50.23º | 0.21% | 0.79% | - |
| XYZ | 50.13 | 54.09 | 40.6 | - |
| YUV | 192.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 159 | 0 | 0.03 | 0.21 | 0.21 | 50.23 | 0.29 | 0.71 |
| Hex | CA | C3 | 9F | 0 | 3 | 15 | 15 | 32 | 1D | 47 |
| Octal | 312 | 303 | 237 | 0 | 3 | 25 | 25 | 62 | 35 | 107 |
| Binary | 11001010 | 11000011 | 10011111 | 0 | 11 | 10101 | 10101 | 110010 | 11101 | 1000111 |
Color Harmonies of #CAC39F
Complementary color
Monochromatic Colors of #CAC39F
Black with #CAC39F
Text Example
Text Example
White with #CAC39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC39F; }
p { color: rgb(202,195,159); }
H1.HeaderClassName
{
color: #CAC39F;
}
.AnyTagClassName
{
color: #CAC39F;
}
</style>
background-color css
<style>
a { background-color: #CAC39F; }
a { background-color: rgb(202,195,159); }
div.DivClassName
{
background-color: #CAC39F;
}
.BgClassName
{
background-color: #CAC39F;
}
</style>
border-color css
<style>
span { border-color: #CAC39F; }
span { border-color: rgb(202,195,159); }
td.TdClassName
{
border-color: #CAC39F;
}
.TagClassName
{
border-color: #CAC39F;
}
</style>