Shades of Sisal #CABB9D
Tints of Sisal #CABB9D
RGB
CMYK
RGB Variations
Color information
#CABB9D (or 0xCABB9D) is known color: Sisal. HEX triplet: CA, BB and 9D. RGB value is (202,187,157). Sum of RGB (Red+Green+Blue) = 202+187+157=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB9D is #354462. Grayscale: #BCBCBC. Windows color (decimal): -3490915 or 10337226. OLE color: 10337226.
HSL color Cylindrical-coordinate representation of color #CABB9D: hue angle of 40º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABB9D is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 157 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.21 |
| HSL | 40º | 0.3% | 0.7% | - |
| HSV(B) | 40º | 0.22% | 0.79% | - |
| XYZ | 48.21 | 50.53 | 39.11 | - |
| YUV | 188.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 157 | 0 | 0.07 | 0.22 | 0.21 | 40 | 0.3 | 0.7 |
| Hex | CA | BB | 9D | 0 | 7 | 16 | 15 | 28 | 1E | 46 |
| Octal | 312 | 273 | 235 | 0 | 7 | 26 | 25 | 50 | 36 | 106 |
| Binary | 11001010 | 10111011 | 10011101 | 0 | 111 | 10110 | 10101 | 101000 | 11110 | 1000110 |
Color Harmonies of #CABB9D
Complementary color
Monochromatic Colors of #CABB9D
Black with #CABB9D
Text Example
Text Example
White with #CABB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB9D; }
p { color: rgb(202,187,157); }
H1.HeaderClassName
{
color: #CABB9D;
}
.AnyTagClassName
{
color: #CABB9D;
}
</style>
background-color css
<style>
a { background-color: #CABB9D; }
a { background-color: rgb(202,187,157); }
div.DivClassName
{
background-color: #CABB9D;
}
.BgClassName
{
background-color: #CABB9D;
}
</style>
border-color css
<style>
span { border-color: #CABB9D; }
span { border-color: rgb(202,187,157); }
td.TdClassName
{
border-color: #CABB9D;
}
.TagClassName
{
border-color: #CABB9D;
}
</style>