Shades of Sisal #C2B999
Tints of Sisal #C2B999
RGB
CMYK
RGB Variations
Color information
#C2B999 (or 0xC2B999) is known color: Sisal. HEX triplet: C2, B9 and 99. RGB value is (194,185,153). Sum of RGB (Red+Green+Blue) = 194+185+153=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B999 is #3D4666. Grayscale: #B8B8B8. Windows color (decimal): -4015719 or 10074562. OLE color: 10074562.
HSL color Cylindrical-coordinate representation of color #C2B999: hue angle of 46.83º 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 #C2B999 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 153 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.24 |
| HSL | 46.83º | 0.25% | 0.68% | - |
| HSV(B) | 46.83º | 0.21% | 0.76% | - |
| XYZ | 45.35 | 48.47 | 37.1 | - |
| YUV | 184.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 153 | 0 | 0.05 | 0.21 | 0.24 | 46.83 | 0.25 | 0.68 |
| Hex | C2 | B9 | 99 | 0 | 5 | 15 | 18 | 2F | 19 | 44 |
| Octal | 302 | 271 | 231 | 0 | 5 | 25 | 30 | 57 | 31 | 104 |
| Binary | 11000010 | 10111001 | 10011001 | 0 | 101 | 10101 | 11000 | 101111 | 11001 | 1000100 |
Color Harmonies of #C2B999
Complementary color
Monochromatic Colors of #C2B999
Black with #C2B999
Text Example
Text Example
White with #C2B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B999; }
p { color: rgb(194,185,153); }
H1.HeaderClassName
{
color: #C2B999;
}
.AnyTagClassName
{
color: #C2B999;
}
</style>
background-color css
<style>
a { background-color: #C2B999; }
a { background-color: rgb(194,185,153); }
div.DivClassName
{
background-color: #C2B999;
}
.BgClassName
{
background-color: #C2B999;
}
</style>
border-color css
<style>
span { border-color: #C2B999; }
span { border-color: rgb(194,185,153); }
td.TdClassName
{
border-color: #C2B999;
}
.TagClassName
{
border-color: #C2B999;
}
</style>