Shades of Sisal #C3B998
Tints of Sisal #C3B998
RGB
CMYK
RGB Variations
Color information
#C3B998 (or 0xC3B998) is known color: Sisal. HEX triplet: C3, B9 and 98. RGB value is (195,185,152). Sum of RGB (Red+Green+Blue) = 195+185+152=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B998 is #3C4667. Grayscale: #B8B8B8. Windows color (decimal): -3950184 or 10009027. OLE color: 10009027.
HSL color Cylindrical-coordinate representation of color #C3B998: hue angle of 46.05º 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 #C3B998 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 185 | 152 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.24 |
| HSL | 46.05º | 0.26% | 0.68% | - |
| HSV(B) | 46.05º | 0.22% | 0.76% | - |
| XYZ | 45.52 | 48.57 | 36.68 | - |
| YUV | 184.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 152 | 0 | 0.05 | 0.22 | 0.24 | 46.05 | 0.26 | 0.68 |
| Hex | C3 | B9 | 98 | 0 | 5 | 16 | 18 | 2E | 1A | 44 |
| Octal | 303 | 271 | 230 | 0 | 5 | 26 | 30 | 56 | 32 | 104 |
| Binary | 11000011 | 10111001 | 10011000 | 0 | 101 | 10110 | 11000 | 101110 | 11010 | 1000100 |
Color Harmonies of #C3B998
Complementary color
Monochromatic Colors of #C3B998
Black with #C3B998
Text Example
Text Example
White with #C3B998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B998; }
p { color: rgb(195,185,152); }
H1.HeaderClassName
{
color: #C3B998;
}
.AnyTagClassName
{
color: #C3B998;
}
</style>
background-color css
<style>
a { background-color: #C3B998; }
a { background-color: rgb(195,185,152); }
div.DivClassName
{
background-color: #C3B998;
}
.BgClassName
{
background-color: #C3B998;
}
</style>
border-color css
<style>
span { border-color: #C3B998; }
span { border-color: rgb(195,185,152); }
td.TdClassName
{
border-color: #C3B998;
}
.TagClassName
{
border-color: #C3B998;
}
</style>