Shades of Sisal #CBBF9A
Tints of Sisal #CBBF9A
RGB
CMYK
RGB Variations
Color information
#CBBF9A (or 0xCBBF9A) is known color: Sisal. HEX triplet: CB, BF and 9A. RGB value is (203,191,154). Sum of RGB (Red+Green+Blue) = 203+191+154=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBF9A is #344065. Grayscale: #BEBEBE. Windows color (decimal): -3424358 or 10141643. OLE color: 10141643.
HSL color Cylindrical-coordinate representation of color #CBBF9A: hue angle of 45.31º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBBF9A is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 191 | 154 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.20 |
| HSL | 45.31º | 0.32% | 0.7% | - |
| HSV(B) | 45.31º | 0.24% | 0.8% | - |
| XYZ | 49.09 | 52.29 | 38.08 | - |
| YUV | 190.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 154 | 0 | 0.06 | 0.24 | 0.20 | 45.31 | 0.32 | 0.7 |
| Hex | CB | BF | 9A | 0 | 6 | 18 | 14 | 2D | 20 | 46 |
| Octal | 313 | 277 | 232 | 0 | 6 | 30 | 24 | 55 | 40 | 106 |
| Binary | 11001011 | 10111111 | 10011010 | 0 | 110 | 11000 | 10100 | 101101 | 100000 | 1000110 |
Color Harmonies of #CBBF9A
Complementary color
Monochromatic Colors of #CBBF9A
Black with #CBBF9A
Text Example
Text Example
White with #CBBF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBF9A; }
p { color: rgb(203,191,154); }
H1.HeaderClassName
{
color: #CBBF9A;
}
.AnyTagClassName
{
color: #CBBF9A;
}
</style>
background-color css
<style>
a { background-color: #CBBF9A; }
a { background-color: rgb(203,191,154); }
div.DivClassName
{
background-color: #CBBF9A;
}
.BgClassName
{
background-color: #CBBF9A;
}
</style>
border-color css
<style>
span { border-color: #CBBF9A; }
span { border-color: rgb(203,191,154); }
td.TdClassName
{
border-color: #CBBF9A;
}
.TagClassName
{
border-color: #CBBF9A;
}
</style>