Shades of Sisal #C8BC92
Tints of Sisal #C8BC92
RGB
CMYK
RGB Variations
Color information
#C8BC92 (or 0xC8BC92) is known color: Sisal. HEX triplet: C8, BC and 92. RGB value is (200,188,146). Sum of RGB (Red+Green+Blue) = 200+188+146=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BC92 is #37436D. Grayscale: #BABABA. Windows color (decimal): -3621742 or 9616584. OLE color: 9616584.
HSL color Cylindrical-coordinate representation of color #C8BC92: hue angle of 46.67º 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 #C8BC92 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 146 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.22 |
| HSL | 46.67º | 0.33% | 0.68% | - |
| HSV(B) | 46.67º | 0.27% | 0.78% | - |
| XYZ | 46.99 | 50.32 | 34.43 | - |
| YUV | 186.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 146 | 0 | 0.06 | 0.27 | 0.22 | 46.67 | 0.33 | 0.68 |
| Hex | C8 | BC | 92 | 0 | 6 | 1B | 16 | 2F | 21 | 44 |
| Octal | 310 | 274 | 222 | 0 | 6 | 33 | 26 | 57 | 41 | 104 |
| Binary | 11001000 | 10111100 | 10010010 | 0 | 110 | 11011 | 10110 | 101111 | 100001 | 1000100 |
Color Harmonies of #C8BC92
Complementary color
Monochromatic Colors of #C8BC92
Black with #C8BC92
Text Example
Text Example
White with #C8BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC92; }
p { color: rgb(200,188,146); }
H1.HeaderClassName
{
color: #C8BC92;
}
.AnyTagClassName
{
color: #C8BC92;
}
</style>
background-color css
<style>
a { background-color: #C8BC92; }
a { background-color: rgb(200,188,146); }
div.DivClassName
{
background-color: #C8BC92;
}
.BgClassName
{
background-color: #C8BC92;
}
</style>
border-color css
<style>
span { border-color: #C8BC92; }
span { border-color: rgb(200,188,146); }
td.TdClassName
{
border-color: #C8BC92;
}
.TagClassName
{
border-color: #C8BC92;
}
</style>