Shades of Sisal #C2B89E
Tints of Sisal #C2B89E
RGB
CMYK
RGB Variations
Color information
#C2B89E (or 0xC2B89E) is known color: Sisal. HEX triplet: C2, B8 and 9E. RGB value is (194,184,158). Sum of RGB (Red+Green+Blue) = 194+184+158=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B89E is #3D4761. Grayscale: #B8B8B8. Windows color (decimal): -4015970 or 10401986. OLE color: 10401986.
HSL color Cylindrical-coordinate representation of color #C2B89E: hue angle of 43.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2B89E is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 158 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.24 |
| HSL | 43.33º | 0.23% | 0.69% | - |
| HSV(B) | 43.33º | 0.19% | 0.76% | - |
| XYZ | 45.56 | 48.22 | 39.25 | - |
| YUV | 184.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 158 | 0 | 0.05 | 0.19 | 0.24 | 43.33 | 0.23 | 0.69 |
| Hex | C2 | B8 | 9E | 0 | 5 | 13 | 18 | 2B | 17 | 45 |
| Octal | 302 | 270 | 236 | 0 | 5 | 23 | 30 | 53 | 27 | 105 |
| Binary | 11000010 | 10111000 | 10011110 | 0 | 101 | 10011 | 11000 | 101011 | 10111 | 1000101 |
Color Harmonies of #C2B89E
Complementary color
Monochromatic Colors of #C2B89E
Black with #C2B89E
Text Example
Text Example
White with #C2B89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B89E; }
p { color: rgb(194,184,158); }
H1.HeaderClassName
{
color: #C2B89E;
}
.AnyTagClassName
{
color: #C2B89E;
}
</style>
background-color css
<style>
a { background-color: #C2B89E; }
a { background-color: rgb(194,184,158); }
div.DivClassName
{
background-color: #C2B89E;
}
.BgClassName
{
background-color: #C2B89E;
}
</style>
border-color css
<style>
span { border-color: #C2B89E; }
span { border-color: rgb(194,184,158); }
td.TdClassName
{
border-color: #C2B89E;
}
.TagClassName
{
border-color: #C2B89E;
}
</style>