Shades of Sisal #C2BB9A
Tints of Sisal #C2BB9A
RGB
CMYK
RGB Variations
Color information
#C2BB9A (or 0xC2BB9A) is known color: Sisal. HEX triplet: C2, BB and 9A. RGB value is (194,187,154). Sum of RGB (Red+Green+Blue) = 194+187+154=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB9A is #3D4465. Grayscale: #B9B9B9. Windows color (decimal): -4015206 or 10140610. OLE color: 10140610.
HSL color Cylindrical-coordinate representation of color #C2BB9A: hue angle of 49.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 #C2BB9A is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 154 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.24 |
| HSL | 49.5º | 0.25% | 0.68% | - |
| HSV(B) | 49.5º | 0.21% | 0.76% | - |
| XYZ | 45.85 | 49.34 | 37.68 | - |
| YUV | 185.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 154 | 0 | 0.04 | 0.21 | 0.24 | 49.5 | 0.25 | 0.68 |
| Hex | C2 | BB | 9A | 0 | 4 | 15 | 18 | 32 | 19 | 44 |
| Octal | 302 | 273 | 232 | 0 | 4 | 25 | 30 | 62 | 31 | 104 |
| Binary | 11000010 | 10111011 | 10011010 | 0 | 100 | 10101 | 11000 | 110010 | 11001 | 1000100 |
Color Harmonies of #C2BB9A
Complementary color
Monochromatic Colors of #C2BB9A
Black with #C2BB9A
Text Example
Text Example
White with #C2BB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB9A; }
p { color: rgb(194,187,154); }
H1.HeaderClassName
{
color: #C2BB9A;
}
.AnyTagClassName
{
color: #C2BB9A;
}
</style>
background-color css
<style>
a { background-color: #C2BB9A; }
a { background-color: rgb(194,187,154); }
div.DivClassName
{
background-color: #C2BB9A;
}
.BgClassName
{
background-color: #C2BB9A;
}
</style>
border-color css
<style>
span { border-color: #C2BB9A; }
span { border-color: rgb(194,187,154); }
td.TdClassName
{
border-color: #C2BB9A;
}
.TagClassName
{
border-color: #C2BB9A;
}
</style>