Shades of Sisal #CBBC96
Tints of Sisal #CBBC96
RGB
CMYK
RGB Variations
Color information
#CBBC96 (or 0xCBBC96) is known color: Sisal. HEX triplet: CB, BC and 96. RGB value is (203,188,150). Sum of RGB (Red+Green+Blue) = 203+188+150=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBC96 is #344369. Grayscale: #BCBCBC. Windows color (decimal): -3425130 or 9878731. OLE color: 9878731.
HSL color Cylindrical-coordinate representation of color #CBBC96: hue angle of 43.02º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBBC96 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 150 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.20 |
| HSL | 43.02º | 0.34% | 0.69% | - |
| HSV(B) | 43.02º | 0.26% | 0.8% | - |
| XYZ | 48.12 | 50.86 | 36.14 | - |
| YUV | 188.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 150 | 0 | 0.07 | 0.26 | 0.20 | 43.02 | 0.34 | 0.69 |
| Hex | CB | BC | 96 | 0 | 7 | 1A | 14 | 2B | 22 | 45 |
| Octal | 313 | 274 | 226 | 0 | 7 | 32 | 24 | 53 | 42 | 105 |
| Binary | 11001011 | 10111100 | 10010110 | 0 | 111 | 11010 | 10100 | 101011 | 100010 | 1000101 |
Color Harmonies of #CBBC96
Complementary color
Monochromatic Colors of #CBBC96
Black with #CBBC96
Text Example
Text Example
White with #CBBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC96; }
p { color: rgb(203,188,150); }
H1.HeaderClassName
{
color: #CBBC96;
}
.AnyTagClassName
{
color: #CBBC96;
}
</style>
background-color css
<style>
a { background-color: #CBBC96; }
a { background-color: rgb(203,188,150); }
div.DivClassName
{
background-color: #CBBC96;
}
.BgClassName
{
background-color: #CBBC96;
}
</style>
border-color css
<style>
span { border-color: #CBBC96; }
span { border-color: rgb(203,188,150); }
td.TdClassName
{
border-color: #CBBC96;
}
.TagClassName
{
border-color: #CBBC96;
}
</style>