Shades of Sisal #CBC09C
Tints of Sisal #CBC09C
RGB
CMYK
RGB Variations
Color information
#CBC09C (or 0xCBC09C) is known color: Sisal. HEX triplet: CB, C0 and 9C. RGB value is (203,192,156). Sum of RGB (Red+Green+Blue) = 203+192+156=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC09C is #343F63. Grayscale: #BFBFBF. Windows color (decimal): -3424100 or 10272971. OLE color: 10272971.
HSL color Cylindrical-coordinate representation of color #CBC09C: hue angle of 45.96º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC09C is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 156 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.20 |
| HSL | 45.96º | 0.31% | 0.7% | - |
| HSV(B) | 45.96º | 0.23% | 0.8% | - |
| XYZ | 49.48 | 52.8 | 39.04 | - |
| YUV | 191.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 156 | 0 | 0.05 | 0.23 | 0.20 | 45.96 | 0.31 | 0.7 |
| Hex | CB | C0 | 9C | 0 | 5 | 17 | 14 | 2E | 1F | 46 |
| Octal | 313 | 300 | 234 | 0 | 5 | 27 | 24 | 56 | 37 | 106 |
| Binary | 11001011 | 11000000 | 10011100 | 0 | 101 | 10111 | 10100 | 101110 | 11111 | 1000110 |
Color Harmonies of #CBC09C
Complementary color
Monochromatic Colors of #CBC09C
Black with #CBC09C
Text Example
Text Example
White with #CBC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC09C; }
p { color: rgb(203,192,156); }
H1.HeaderClassName
{
color: #CBC09C;
}
.AnyTagClassName
{
color: #CBC09C;
}
</style>
background-color css
<style>
a { background-color: #CBC09C; }
a { background-color: rgb(203,192,156); }
div.DivClassName
{
background-color: #CBC09C;
}
.BgClassName
{
background-color: #CBC09C;
}
</style>
border-color css
<style>
span { border-color: #CBC09C; }
span { border-color: rgb(203,192,156); }
td.TdClassName
{
border-color: #CBC09C;
}
.TagClassName
{
border-color: #CBC09C;
}
</style>