Shades of Sisal #C2BBA0
Tints of Sisal #C2BBA0
RGB
CMYK
RGB Variations
Color information
#C2BBA0 (or 0xC2BBA0) is known color: Sisal. HEX triplet: C2, BB and A0. RGB value is (194,187,160). Sum of RGB (Red+Green+Blue) = 194+187+160=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BBA0 is #3D445F. Grayscale: #BABABA. Windows color (decimal): -4015200 or 10533826. OLE color: 10533826.
HSL color Cylindrical-coordinate representation of color #C2BBA0: hue angle of 47.65º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BBA0 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 160 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.24 |
| HSL | 47.65º | 0.22% | 0.69% | - |
| HSV(B) | 47.65º | 0.18% | 0.76% | - |
| XYZ | 46.36 | 49.55 | 40.38 | - |
| YUV | 186.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 160 | 0 | 0.04 | 0.18 | 0.24 | 47.65 | 0.22 | 0.69 |
| Hex | C2 | BB | A0 | 0 | 4 | 12 | 18 | 30 | 16 | 45 |
| Octal | 302 | 273 | 240 | 0 | 4 | 22 | 30 | 60 | 26 | 105 |
| Binary | 11000010 | 10111011 | 10100000 | 0 | 100 | 10010 | 11000 | 110000 | 10110 | 1000101 |
Color Harmonies of #C2BBA0
Complementary color
Monochromatic Colors of #C2BBA0
Black with #C2BBA0
Text Example
Text Example
White with #C2BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBA0; }
p { color: rgb(194,187,160); }
H1.HeaderClassName
{
color: #C2BBA0;
}
.AnyTagClassName
{
color: #C2BBA0;
}
</style>
background-color css
<style>
a { background-color: #C2BBA0; }
a { background-color: rgb(194,187,160); }
div.DivClassName
{
background-color: #C2BBA0;
}
.BgClassName
{
background-color: #C2BBA0;
}
</style>
border-color css
<style>
span { border-color: #C2BBA0; }
span { border-color: rgb(194,187,160); }
td.TdClassName
{
border-color: #C2BBA0;
}
.TagClassName
{
border-color: #C2BBA0;
}
</style>