Shades of Sisal #C8BA92
Tints of Sisal #C8BA92
RGB
CMYK
RGB Variations
Color information
#C8BA92 (or 0xC8BA92) is known color: Sisal. HEX triplet: C8, BA and 92. RGB value is (200,186,146). Sum of RGB (Red+Green+Blue) = 200+186+146=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA92 is #37456D. Grayscale: #B9B9B9. Windows color (decimal): -3622254 or 9616072. OLE color: 9616072.
HSL color Cylindrical-coordinate representation of color #C8BA92: hue angle of 44.44º 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 #C8BA92 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 146 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.22 |
| HSL | 44.44º | 0.33% | 0.68% | - |
| HSV(B) | 44.44º | 0.27% | 0.78% | - |
| XYZ | 46.57 | 49.47 | 34.29 | - |
| YUV | 185.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 146 | 0 | 0.07 | 0.27 | 0.22 | 44.44 | 0.33 | 0.68 |
| Hex | C8 | BA | 92 | 0 | 7 | 1B | 16 | 2C | 21 | 44 |
| Octal | 310 | 272 | 222 | 0 | 7 | 33 | 26 | 54 | 41 | 104 |
| Binary | 11001000 | 10111010 | 10010010 | 0 | 111 | 11011 | 10110 | 101100 | 100001 | 1000100 |
Color Harmonies of #C8BA92
Complementary color
Monochromatic Colors of #C8BA92
Black with #C8BA92
Text Example
Text Example
White with #C8BA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA92; }
p { color: rgb(200,186,146); }
H1.HeaderClassName
{
color: #C8BA92;
}
.AnyTagClassName
{
color: #C8BA92;
}
</style>
background-color css
<style>
a { background-color: #C8BA92; }
a { background-color: rgb(200,186,146); }
div.DivClassName
{
background-color: #C8BA92;
}
.BgClassName
{
background-color: #C8BA92;
}
</style>
border-color css
<style>
span { border-color: #C8BA92; }
span { border-color: rgb(200,186,146); }
td.TdClassName
{
border-color: #C8BA92;
}
.TagClassName
{
border-color: #C8BA92;
}
</style>