Shades of Sisal #C2B898
Tints of Sisal #C2B898
RGB
CMYK
RGB Variations
Color information
#C2B898 (or 0xC2B898) is known color: Sisal. HEX triplet: C2, B8 and 98. RGB value is (194,184,152). Sum of RGB (Red+Green+Blue) = 194+184+152=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B898 is #3D4767. Grayscale: #B7B7B7. Windows color (decimal): -4015976 or 10008770. OLE color: 10008770.
HSL color Cylindrical-coordinate representation of color #C2B898: hue angle of 45.71º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2B898 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 152 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.24 |
| HSL | 45.71º | 0.26% | 0.68% | - |
| HSV(B) | 45.71º | 0.22% | 0.76% | - |
| XYZ | 45.06 | 48.02 | 36.6 | - |
| YUV | 183.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 152 | 0 | 0.05 | 0.22 | 0.24 | 45.71 | 0.26 | 0.68 |
| Hex | C2 | B8 | 98 | 0 | 5 | 16 | 18 | 2E | 1A | 44 |
| Octal | 302 | 270 | 230 | 0 | 5 | 26 | 30 | 56 | 32 | 104 |
| Binary | 11000010 | 10111000 | 10011000 | 0 | 101 | 10110 | 11000 | 101110 | 11010 | 1000100 |
Color Harmonies of #C2B898
Complementary color
Monochromatic Colors of #C2B898
Black with #C2B898
Text Example
Text Example
White with #C2B898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B898; }
p { color: rgb(194,184,152); }
H1.HeaderClassName
{
color: #C2B898;
}
.AnyTagClassName
{
color: #C2B898;
}
</style>
background-color css
<style>
a { background-color: #C2B898; }
a { background-color: rgb(194,184,152); }
div.DivClassName
{
background-color: #C2B898;
}
.BgClassName
{
background-color: #C2B898;
}
</style>
border-color css
<style>
span { border-color: #C2B898; }
span { border-color: rgb(194,184,152); }
td.TdClassName
{
border-color: #C2B898;
}
.TagClassName
{
border-color: #C2B898;
}
</style>