Shades of Sisal #CBBC9C
Tints of Sisal #CBBC9C
RGB
CMYK
RGB Variations
Color information
#CBBC9C (or 0xCBBC9C) is known color: Sisal. HEX triplet: CB, BC and 9C. RGB value is (203,188,156). Sum of RGB (Red+Green+Blue) = 203+188+156=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBC9C is #344363. Grayscale: #BCBCBC. Windows color (decimal): -3425124 or 10271947. OLE color: 10271947.
HSL color Cylindrical-coordinate representation of color #CBBC9C: hue angle of 40.85º 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 #CBBC9C is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 156 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.20 |
| HSL | 40.85º | 0.31% | 0.7% | - |
| HSV(B) | 40.85º | 0.23% | 0.8% | - |
| XYZ | 48.61 | 51.06 | 38.75 | - |
| YUV | 188.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 156 | 0 | 0.07 | 0.23 | 0.20 | 40.85 | 0.31 | 0.7 |
| Hex | CB | BC | 9C | 0 | 7 | 17 | 14 | 29 | 1F | 46 |
| Octal | 313 | 274 | 234 | 0 | 7 | 27 | 24 | 51 | 37 | 106 |
| Binary | 11001011 | 10111100 | 10011100 | 0 | 111 | 10111 | 10100 | 101001 | 11111 | 1000110 |
Color Harmonies of #CBBC9C
Complementary color
Monochromatic Colors of #CBBC9C
Black with #CBBC9C
Text Example
Text Example
White with #CBBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC9C; }
p { color: rgb(203,188,156); }
H1.HeaderClassName
{
color: #CBBC9C;
}
.AnyTagClassName
{
color: #CBBC9C;
}
</style>
background-color css
<style>
a { background-color: #CBBC9C; }
a { background-color: rgb(203,188,156); }
div.DivClassName
{
background-color: #CBBC9C;
}
.BgClassName
{
background-color: #CBBC9C;
}
</style>
border-color css
<style>
span { border-color: #CBBC9C; }
span { border-color: rgb(203,188,156); }
td.TdClassName
{
border-color: #CBBC9C;
}
.TagClassName
{
border-color: #CBBC9C;
}
</style>