Shades of Sisal #C2B99C
Tints of Sisal #C2B99C
RGB
CMYK
RGB Variations
Color information
#C2B99C (or 0xC2B99C) is known color: Sisal. HEX triplet: C2, B9 and 9C. RGB value is (194,185,156). Sum of RGB (Red+Green+Blue) = 194+185+156=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B99C is #3D4663. Grayscale: #B8B8B8. Windows color (decimal): -4015716 or 10271170. OLE color: 10271170.
HSL color Cylindrical-coordinate representation of color #C2B99C: hue angle of 45.79º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B99C is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 156 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.24 |
| HSL | 45.79º | 0.24% | 0.69% | - |
| HSV(B) | 45.79º | 0.2% | 0.76% | - |
| XYZ | 45.6 | 48.57 | 38.42 | - |
| YUV | 184.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 156 | 0 | 0.05 | 0.20 | 0.24 | 45.79 | 0.24 | 0.69 |
| Hex | C2 | B9 | 9C | 0 | 5 | 14 | 18 | 2E | 18 | 45 |
| Octal | 302 | 271 | 234 | 0 | 5 | 24 | 30 | 56 | 30 | 105 |
| Binary | 11000010 | 10111001 | 10011100 | 0 | 101 | 10100 | 11000 | 101110 | 11000 | 1000101 |
Color Harmonies of #C2B99C
Complementary color
Monochromatic Colors of #C2B99C
Black with #C2B99C
Text Example
Text Example
White with #C2B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B99C; }
p { color: rgb(194,185,156); }
H1.HeaderClassName
{
color: #C2B99C;
}
.AnyTagClassName
{
color: #C2B99C;
}
</style>
background-color css
<style>
a { background-color: #C2B99C; }
a { background-color: rgb(194,185,156); }
div.DivClassName
{
background-color: #C2B99C;
}
.BgClassName
{
background-color: #C2B99C;
}
</style>
border-color css
<style>
span { border-color: #C2B99C; }
span { border-color: rgb(194,185,156); }
td.TdClassName
{
border-color: #C2B99C;
}
.TagClassName
{
border-color: #C2B99C;
}
</style>