Shades of Sisal #C0B898
Tints of Sisal #C0B898
RGB
CMYK
RGB Variations
Color information
#C0B898 (or 0xC0B898) is known color: Sisal. HEX triplet: C0, B8 and 98. RGB value is (192,184,152). Sum of RGB (Red+Green+Blue) = 192+184+152=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B898 is #3F4767. Grayscale: #B6B6B6. Windows color (decimal): -4147048 or 10008768. OLE color: 10008768.
HSL color Cylindrical-coordinate representation of color #C0B898: hue angle of 48º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0B898 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 152 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.25 |
| HSL | 48º | 0.24% | 0.67% | - |
| HSV(B) | 48º | 0.21% | 0.75% | - |
| XYZ | 44.55 | 47.75 | 36.58 | - |
| YUV | 182.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 152 | 0 | 0.04 | 0.21 | 0.25 | 48 | 0.24 | 0.67 |
| Hex | C0 | B8 | 98 | 0 | 4 | 15 | 19 | 30 | 18 | 43 |
| Octal | 300 | 270 | 230 | 0 | 4 | 25 | 31 | 60 | 30 | 103 |
| Binary | 11000000 | 10111000 | 10011000 | 0 | 100 | 10101 | 11001 | 110000 | 11000 | 1000011 |
Color Harmonies of #C0B898
Complementary color
Monochromatic Colors of #C0B898
Black with #C0B898
Text Example
Text Example
White with #C0B898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B898; }
p { color: rgb(192,184,152); }
H1.HeaderClassName
{
color: #C0B898;
}
.AnyTagClassName
{
color: #C0B898;
}
</style>
background-color css
<style>
a { background-color: #C0B898; }
a { background-color: rgb(192,184,152); }
div.DivClassName
{
background-color: #C0B898;
}
.BgClassName
{
background-color: #C0B898;
}
</style>
border-color css
<style>
span { border-color: #C0B898; }
span { border-color: rgb(192,184,152); }
td.TdClassName
{
border-color: #C0B898;
}
.TagClassName
{
border-color: #C0B898;
}
</style>