Shades of Sisal #C8BC9C
Tints of Sisal #C8BC9C
RGB
CMYK
RGB Variations
Color information
#C8BC9C (or 0xC8BC9C) is known color: Sisal. HEX triplet: C8, BC and 9C. RGB value is (200,188,156). Sum of RGB (Red+Green+Blue) = 200+188+156=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BC9C is #374363. Grayscale: #BCBCBC. Windows color (decimal): -3621732 or 10271944. OLE color: 10271944.
HSL color Cylindrical-coordinate representation of color #C8BC9C: hue angle of 43.64º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BC9C is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 156 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.22 |
| HSL | 43.64º | 0.29% | 0.7% | - |
| HSV(B) | 43.64º | 0.22% | 0.78% | - |
| XYZ | 47.8 | 50.65 | 38.71 | - |
| YUV | 187.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 156 | 0 | 0.06 | 0.22 | 0.22 | 43.64 | 0.29 | 0.7 |
| Hex | C8 | BC | 9C | 0 | 6 | 16 | 16 | 2C | 1D | 46 |
| Octal | 310 | 274 | 234 | 0 | 6 | 26 | 26 | 54 | 35 | 106 |
| Binary | 11001000 | 10111100 | 10011100 | 0 | 110 | 10110 | 10110 | 101100 | 11101 | 1000110 |
Color Harmonies of #C8BC9C
Complementary color
Monochromatic Colors of #C8BC9C
Black with #C8BC9C
Text Example
Text Example
White with #C8BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC9C; }
p { color: rgb(200,188,156); }
H1.HeaderClassName
{
color: #C8BC9C;
}
.AnyTagClassName
{
color: #C8BC9C;
}
</style>
background-color css
<style>
a { background-color: #C8BC9C; }
a { background-color: rgb(200,188,156); }
div.DivClassName
{
background-color: #C8BC9C;
}
.BgClassName
{
background-color: #C8BC9C;
}
</style>
border-color css
<style>
span { border-color: #C8BC9C; }
span { border-color: rgb(200,188,156); }
td.TdClassName
{
border-color: #C8BC9C;
}
.TagClassName
{
border-color: #C8BC9C;
}
</style>