Shades of Sisal #C8BD95
Tints of Sisal #C8BD95
RGB
CMYK
RGB Variations
Color information
#C8BD95 (or 0xC8BD95) is known color: Sisal. HEX triplet: C8, BD and 95. RGB value is (200,189,149). Sum of RGB (Red+Green+Blue) = 200+189+149=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BD95 is #37426A. Grayscale: #BBBBBB. Windows color (decimal): -3621483 or 9813448. OLE color: 9813448.
HSL color Cylindrical-coordinate representation of color #C8BD95: hue angle of 47.06º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8BD95 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 149 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.22 |
| HSL | 47.06º | 0.32% | 0.68% | - |
| HSV(B) | 47.06º | 0.26% | 0.78% | - |
| XYZ | 47.44 | 50.84 | 35.75 | - |
| YUV | 187.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 149 | 0 | 0.06 | 0.26 | 0.22 | 47.06 | 0.32 | 0.68 |
| Hex | C8 | BD | 95 | 0 | 6 | 1A | 16 | 2F | 20 | 44 |
| Octal | 310 | 275 | 225 | 0 | 6 | 32 | 26 | 57 | 40 | 104 |
| Binary | 11001000 | 10111101 | 10010101 | 0 | 110 | 11010 | 10110 | 101111 | 100000 | 1000100 |
Color Harmonies of #C8BD95
Complementary color
Monochromatic Colors of #C8BD95
Black with #C8BD95
Text Example
Text Example
White with #C8BD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BD95; }
p { color: rgb(200,189,149); }
H1.HeaderClassName
{
color: #C8BD95;
}
.AnyTagClassName
{
color: #C8BD95;
}
</style>
background-color css
<style>
a { background-color: #C8BD95; }
a { background-color: rgb(200,189,149); }
div.DivClassName
{
background-color: #C8BD95;
}
.BgClassName
{
background-color: #C8BD95;
}
</style>
border-color css
<style>
span { border-color: #C8BD95; }
span { border-color: rgb(200,189,149); }
td.TdClassName
{
border-color: #C8BD95;
}
.TagClassName
{
border-color: #C8BD95;
}
</style>