Shades of Sisal #C0B99B
Tints of Sisal #C0B99B
RGB
CMYK
RGB Variations
Color information
#C0B99B (or 0xC0B99B) is known color: Sisal. HEX triplet: C0, B9 and 9B. RGB value is (192,185,155). Sum of RGB (Red+Green+Blue) = 192+185+155=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B99B is #3F4664. Grayscale: #B7B7B7. Windows color (decimal): -4146789 or 10205632. OLE color: 10205632.
HSL color Cylindrical-coordinate representation of color #C0B99B: hue angle of 48.65º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0B99B is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 155 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.25 |
| HSL | 48.65º | 0.23% | 0.68% | - |
| HSV(B) | 48.65º | 0.19% | 0.75% | - |
| XYZ | 45 | 48.27 | 37.96 | - |
| YUV | 183.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 155 | 0 | 0.04 | 0.19 | 0.25 | 48.65 | 0.23 | 0.68 |
| Hex | C0 | B9 | 9B | 0 | 4 | 13 | 19 | 31 | 17 | 44 |
| Octal | 300 | 271 | 233 | 0 | 4 | 23 | 31 | 61 | 27 | 104 |
| Binary | 11000000 | 10111001 | 10011011 | 0 | 100 | 10011 | 11001 | 110001 | 10111 | 1000100 |
Color Harmonies of #C0B99B
Complementary color
Monochromatic Colors of #C0B99B
Black with #C0B99B
Text Example
Text Example
White with #C0B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B99B; }
p { color: rgb(192,185,155); }
H1.HeaderClassName
{
color: #C0B99B;
}
.AnyTagClassName
{
color: #C0B99B;
}
</style>
background-color css
<style>
a { background-color: #C0B99B; }
a { background-color: rgb(192,185,155); }
div.DivClassName
{
background-color: #C0B99B;
}
.BgClassName
{
background-color: #C0B99B;
}
</style>
border-color css
<style>
span { border-color: #C0B99B; }
span { border-color: rgb(192,185,155); }
td.TdClassName
{
border-color: #C0B99B;
}
.TagClassName
{
border-color: #C0B99B;
}
</style>