Shades of Sisal #C8BF9C
Tints of Sisal #C8BF9C
RGB
CMYK
RGB Variations
Color information
#C8BF9C (or 0xC8BF9C) is known color: Sisal. HEX triplet: C8, BF and 9C. RGB value is (200,191,156). Sum of RGB (Red+Green+Blue) = 200+191+156=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF9C is #374063. Grayscale: #BDBDBD. Windows color (decimal): -3620964 or 10272712. OLE color: 10272712.
HSL color Cylindrical-coordinate representation of color #C8BF9C: hue angle of 47.73º 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 #C8BF9C is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 156 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.22 |
| HSL | 47.73º | 0.29% | 0.7% | - |
| HSV(B) | 47.73º | 0.22% | 0.78% | - |
| XYZ | 48.45 | 51.94 | 38.92 | - |
| YUV | 189.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 156 | 0 | 0.04 | 0.22 | 0.22 | 47.73 | 0.29 | 0.7 |
| Hex | C8 | BF | 9C | 0 | 4 | 16 | 16 | 30 | 1D | 46 |
| Octal | 310 | 277 | 234 | 0 | 4 | 26 | 26 | 60 | 35 | 106 |
| Binary | 11001000 | 10111111 | 10011100 | 0 | 100 | 10110 | 10110 | 110000 | 11101 | 1000110 |
Color Harmonies of #C8BF9C
Complementary color
Monochromatic Colors of #C8BF9C
Black with #C8BF9C
Text Example
Text Example
White with #C8BF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF9C; }
p { color: rgb(200,191,156); }
H1.HeaderClassName
{
color: #C8BF9C;
}
.AnyTagClassName
{
color: #C8BF9C;
}
</style>
background-color css
<style>
a { background-color: #C8BF9C; }
a { background-color: rgb(200,191,156); }
div.DivClassName
{
background-color: #C8BF9C;
}
.BgClassName
{
background-color: #C8BF9C;
}
</style>
border-color css
<style>
span { border-color: #C8BF9C; }
span { border-color: rgb(200,191,156); }
td.TdClassName
{
border-color: #C8BF9C;
}
.TagClassName
{
border-color: #C8BF9C;
}
</style>