Shades of Sisal #C6BFA0
Tints of Sisal #C6BFA0
RGB
CMYK
RGB Variations
Color information
#C6BFA0 (or 0xC6BFA0) is known color: Sisal. HEX triplet: C6, BF and A0. RGB value is (198,191,160). Sum of RGB (Red+Green+Blue) = 198+191+160=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BFA0 is #39405F. Grayscale: #BDBDBD. Windows color (decimal): -3752032 or 10534854. OLE color: 10534854.
HSL color Cylindrical-coordinate representation of color #C6BFA0: hue angle of 48.95º 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 #C6BFA0 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 160 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.22 |
| HSL | 48.95º | 0.25% | 0.7% | - |
| HSV(B) | 48.95º | 0.19% | 0.78% | - |
| XYZ | 48.26 | 51.81 | 40.71 | - |
| YUV | 189.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 160 | 0 | 0.04 | 0.19 | 0.22 | 48.95 | 0.25 | 0.7 |
| Hex | C6 | BF | A0 | 0 | 4 | 13 | 16 | 31 | 19 | 46 |
| Octal | 306 | 277 | 240 | 0 | 4 | 23 | 26 | 61 | 31 | 106 |
| Binary | 11000110 | 10111111 | 10100000 | 0 | 100 | 10011 | 10110 | 110001 | 11001 | 1000110 |
Color Harmonies of #C6BFA0
Complementary color
Monochromatic Colors of #C6BFA0
Black with #C6BFA0
Text Example
Text Example
White with #C6BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFA0; }
p { color: rgb(198,191,160); }
H1.HeaderClassName
{
color: #C6BFA0;
}
.AnyTagClassName
{
color: #C6BFA0;
}
</style>
background-color css
<style>
a { background-color: #C6BFA0; }
a { background-color: rgb(198,191,160); }
div.DivClassName
{
background-color: #C6BFA0;
}
.BgClassName
{
background-color: #C6BFA0;
}
</style>
border-color css
<style>
span { border-color: #C6BFA0; }
span { border-color: rgb(198,191,160); }
td.TdClassName
{
border-color: #C6BFA0;
}
.TagClassName
{
border-color: #C6BFA0;
}
</style>