Shades of Sisal #C6BCA0
Tints of Sisal #C6BCA0
RGB
CMYK
RGB Variations
Color information
#C6BCA0 (or 0xC6BCA0) is known color: Sisal. HEX triplet: C6, BC and A0. RGB value is (198,188,160). Sum of RGB (Red+Green+Blue) = 198+188+160=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BCA0 is #39435F. Grayscale: #BBBBBB. Windows color (decimal): -3752800 or 10534086. OLE color: 10534086.
HSL color Cylindrical-coordinate representation of color #C6BCA0: hue angle of 44.21º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6BCA0 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 160 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.22 |
| HSL | 44.21º | 0.25% | 0.7% | - |
| HSV(B) | 44.21º | 0.19% | 0.78% | - |
| XYZ | 47.62 | 50.51 | 40.5 | - |
| YUV | 187.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 160 | 0 | 0.05 | 0.19 | 0.22 | 44.21 | 0.25 | 0.7 |
| Hex | C6 | BC | A0 | 0 | 5 | 13 | 16 | 2C | 19 | 46 |
| Octal | 306 | 274 | 240 | 0 | 5 | 23 | 26 | 54 | 31 | 106 |
| Binary | 11000110 | 10111100 | 10100000 | 0 | 101 | 10011 | 10110 | 101100 | 11001 | 1000110 |
Color Harmonies of #C6BCA0
Complementary color
Monochromatic Colors of #C6BCA0
Black with #C6BCA0
Text Example
Text Example
White with #C6BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCA0; }
p { color: rgb(198,188,160); }
H1.HeaderClassName
{
color: #C6BCA0;
}
.AnyTagClassName
{
color: #C6BCA0;
}
</style>
background-color css
<style>
a { background-color: #C6BCA0; }
a { background-color: rgb(198,188,160); }
div.DivClassName
{
background-color: #C6BCA0;
}
.BgClassName
{
background-color: #C6BCA0;
}
</style>
border-color css
<style>
span { border-color: #C6BCA0; }
span { border-color: rgb(198,188,160); }
td.TdClassName
{
border-color: #C6BCA0;
}
.TagClassName
{
border-color: #C6BCA0;
}
</style>