Shades of Sisal #C8B992
Tints of Sisal #C8B992
RGB
CMYK
RGB Variations
Color information
#C8B992 (or 0xC8B992) is known color: Sisal. HEX triplet: C8, B9 and 92. RGB value is (200,185,146). Sum of RGB (Red+Green+Blue) = 200+185+146=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B992 is #37466D. Grayscale: #B9B9B9. Windows color (decimal): -3622510 or 9615816. OLE color: 9615816.
HSL color Cylindrical-coordinate representation of color #C8B992: hue angle of 43.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8B992 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 146 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.22 |
| HSL | 43.33º | 0.33% | 0.68% | - |
| HSV(B) | 43.33º | 0.27% | 0.78% | - |
| XYZ | 46.36 | 49.05 | 34.22 | - |
| YUV | 185.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 146 | 0 | 0.08 | 0.27 | 0.22 | 43.33 | 0.33 | 0.68 |
| Hex | C8 | B9 | 92 | 0 | 8 | 1B | 16 | 2B | 21 | 44 |
| Octal | 310 | 271 | 222 | 0 | 10 | 33 | 26 | 53 | 41 | 104 |
| Binary | 11001000 | 10111001 | 10010010 | 0 | 1000 | 11011 | 10110 | 101011 | 100001 | 1000100 |
Color Harmonies of #C8B992
Complementary color
Monochromatic Colors of #C8B992
Black with #C8B992
Text Example
Text Example
White with #C8B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B992; }
p { color: rgb(200,185,146); }
H1.HeaderClassName
{
color: #C8B992;
}
.AnyTagClassName
{
color: #C8B992;
}
</style>
background-color css
<style>
a { background-color: #C8B992; }
a { background-color: rgb(200,185,146); }
div.DivClassName
{
background-color: #C8B992;
}
.BgClassName
{
background-color: #C8B992;
}
</style>
border-color css
<style>
span { border-color: #C8B992; }
span { border-color: rgb(200,185,146); }
td.TdClassName
{
border-color: #C8B992;
}
.TagClassName
{
border-color: #C8B992;
}
</style>