Shades of Sisal #C2BAA2
Tints of Sisal #C2BAA2
RGB
CMYK
RGB Variations
Color information
#C2BAA2 (or 0xC2BAA2) is known color: Sisal. HEX triplet: C2, BA and A2. RGB value is (194,186,162). Sum of RGB (Red+Green+Blue) = 194+186+162=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BAA2 is #3D455D. Grayscale: #B9B9B9. Windows color (decimal): -4015454 or 10664642. OLE color: 10664642.
HSL color Cylindrical-coordinate representation of color #C2BAA2: hue angle of 45º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2BAA2 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 162 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.24 |
| HSL | 45º | 0.21% | 0.7% | - |
| HSV(B) | 45º | 0.16% | 0.76% | - |
| XYZ | 46.33 | 49.2 | 41.24 | - |
| YUV | 185.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 162 | 0 | 0.04 | 0.16 | 0.24 | 45 | 0.21 | 0.7 |
| Hex | C2 | BA | A2 | 0 | 4 | 10 | 18 | 2D | 15 | 46 |
| Octal | 302 | 272 | 242 | 0 | 4 | 20 | 30 | 55 | 25 | 106 |
| Binary | 11000010 | 10111010 | 10100010 | 0 | 100 | 10000 | 11000 | 101101 | 10101 | 1000110 |
Color Harmonies of #C2BAA2
Complementary color
Monochromatic Colors of #C2BAA2
Black with #C2BAA2
Text Example
Text Example
White with #C2BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAA2; }
p { color: rgb(194,186,162); }
H1.HeaderClassName
{
color: #C2BAA2;
}
.AnyTagClassName
{
color: #C2BAA2;
}
</style>
background-color css
<style>
a { background-color: #C2BAA2; }
a { background-color: rgb(194,186,162); }
div.DivClassName
{
background-color: #C2BAA2;
}
.BgClassName
{
background-color: #C2BAA2;
}
</style>
border-color css
<style>
span { border-color: #C2BAA2; }
span { border-color: rgb(194,186,162); }
td.TdClassName
{
border-color: #C2BAA2;
}
.TagClassName
{
border-color: #C2BAA2;
}
</style>