Shades of Sisal #C2B99A
Tints of Sisal #C2B99A
RGB
CMYK
RGB Variations
Color information
#C2B99A (or 0xC2B99A) is known color: Sisal. HEX triplet: C2, B9 and 9A. RGB value is (194,185,154). Sum of RGB (Red+Green+Blue) = 194+185+154=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B99A is #3D4665. Grayscale: #B8B8B8. Windows color (decimal): -4015718 or 10140098. OLE color: 10140098.
HSL color Cylindrical-coordinate representation of color #C2B99A: hue angle of 46.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2B99A is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 154 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.24 |
| HSL | 46.5º | 0.25% | 0.68% | - |
| HSV(B) | 46.5º | 0.21% | 0.76% | - |
| XYZ | 45.43 | 48.5 | 37.54 | - |
| YUV | 184.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 154 | 0 | 0.05 | 0.21 | 0.24 | 46.5 | 0.25 | 0.68 |
| Hex | C2 | B9 | 9A | 0 | 5 | 15 | 18 | 2E | 19 | 44 |
| Octal | 302 | 271 | 232 | 0 | 5 | 25 | 30 | 56 | 31 | 104 |
| Binary | 11000010 | 10111001 | 10011010 | 0 | 101 | 10101 | 11000 | 101110 | 11001 | 1000100 |
Color Harmonies of #C2B99A
Complementary color
Monochromatic Colors of #C2B99A
Black with #C2B99A
Text Example
Text Example
White with #C2B99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B99A; }
p { color: rgb(194,185,154); }
H1.HeaderClassName
{
color: #C2B99A;
}
.AnyTagClassName
{
color: #C2B99A;
}
</style>
background-color css
<style>
a { background-color: #C2B99A; }
a { background-color: rgb(194,185,154); }
div.DivClassName
{
background-color: #C2B99A;
}
.BgClassName
{
background-color: #C2B99A;
}
</style>
border-color css
<style>
span { border-color: #C2B99A; }
span { border-color: rgb(194,185,154); }
td.TdClassName
{
border-color: #C2B99A;
}
.TagClassName
{
border-color: #C2B99A;
}
</style>