Shades of Sisal #CBC0A0
Tints of Sisal #CBC0A0
RGB
CMYK
RGB Variations
Color information
#CBC0A0 (or 0xCBC0A0) is known color: Sisal. HEX triplet: CB, C0 and A0. RGB value is (203,192,160). Sum of RGB (Red+Green+Blue) = 203+192+160=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0A0 is #343F5F. Grayscale: #BFBFBF. Windows color (decimal): -3424096 or 10535115. OLE color: 10535115.
HSL color Cylindrical-coordinate representation of color #CBC0A0: hue angle of 44.65º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC0A0 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 160 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.20 |
| HSL | 44.65º | 0.29% | 0.71% | - |
| HSV(B) | 44.65º | 0.21% | 0.8% | - |
| XYZ | 49.82 | 52.93 | 40.85 | - |
| YUV | 191.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 160 | 0 | 0.05 | 0.21 | 0.20 | 44.65 | 0.29 | 0.71 |
| Hex | CB | C0 | A0 | 0 | 5 | 15 | 14 | 2D | 1D | 47 |
| Octal | 313 | 300 | 240 | 0 | 5 | 25 | 24 | 55 | 35 | 107 |
| Binary | 11001011 | 11000000 | 10100000 | 0 | 101 | 10101 | 10100 | 101101 | 11101 | 1000111 |
Color Harmonies of #CBC0A0
Complementary color
Monochromatic Colors of #CBC0A0
Black with #CBC0A0
Text Example
Text Example
White with #CBC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0A0; }
p { color: rgb(203,192,160); }
H1.HeaderClassName
{
color: #CBC0A0;
}
.AnyTagClassName
{
color: #CBC0A0;
}
</style>
background-color css
<style>
a { background-color: #CBC0A0; }
a { background-color: rgb(203,192,160); }
div.DivClassName
{
background-color: #CBC0A0;
}
.BgClassName
{
background-color: #CBC0A0;
}
</style>
border-color css
<style>
span { border-color: #CBC0A0; }
span { border-color: rgb(203,192,160); }
td.TdClassName
{
border-color: #CBC0A0;
}
.TagClassName
{
border-color: #CBC0A0;
}
</style>