Shades of Sisal #C2BA97
Tints of Sisal #C2BA97
RGB
CMYK
RGB Variations
Color information
#C2BA97 (or 0xC2BA97) is known color: Sisal. HEX triplet: C2, BA and 97. RGB value is (194,186,151). Sum of RGB (Red+Green+Blue) = 194+186+151=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA97 is #3D4568. Grayscale: #B8B8B8. Windows color (decimal): -4015465 or 9943746. OLE color: 9943746.
HSL color Cylindrical-coordinate representation of color #C2BA97: hue angle of 48.84º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2BA97 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 151 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.24 |
| HSL | 48.84º | 0.26% | 0.68% | - |
| HSV(B) | 48.84º | 0.22% | 0.76% | - |
| XYZ | 45.39 | 48.82 | 36.31 | - |
| YUV | 184.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 151 | 0 | 0.04 | 0.22 | 0.24 | 48.84 | 0.26 | 0.68 |
| Hex | C2 | BA | 97 | 0 | 4 | 16 | 18 | 31 | 1A | 44 |
| Octal | 302 | 272 | 227 | 0 | 4 | 26 | 30 | 61 | 32 | 104 |
| Binary | 11000010 | 10111010 | 10010111 | 0 | 100 | 10110 | 11000 | 110001 | 11010 | 1000100 |
Color Harmonies of #C2BA97
Complementary color
Monochromatic Colors of #C2BA97
Black with #C2BA97
Text Example
Text Example
White with #C2BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA97; }
p { color: rgb(194,186,151); }
H1.HeaderClassName
{
color: #C2BA97;
}
.AnyTagClassName
{
color: #C2BA97;
}
</style>
background-color css
<style>
a { background-color: #C2BA97; }
a { background-color: rgb(194,186,151); }
div.DivClassName
{
background-color: #C2BA97;
}
.BgClassName
{
background-color: #C2BA97;
}
</style>
border-color css
<style>
span { border-color: #C2BA97; }
span { border-color: rgb(194,186,151); }
td.TdClassName
{
border-color: #C2BA97;
}
.TagClassName
{
border-color: #C2BA97;
}
</style>