Shades of Sisal #C4B995
Tints of Sisal #C4B995
RGB
CMYK
RGB Variations
Color information
#C4B995 (or 0xC4B995) is known color: Sisal. HEX triplet: C4, B9 and 95. RGB value is (196,185,149). Sum of RGB (Red+Green+Blue) = 196+185+149=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B995 is #3B466A. Grayscale: #B8B8B8. Windows color (decimal): -3884651 or 9812420. OLE color: 9812420.
HSL color Cylindrical-coordinate representation of color #C4B995: hue angle of 45.96º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4B995 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 149 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.23 |
| HSL | 45.96º | 0.28% | 0.68% | - |
| HSV(B) | 45.96º | 0.24% | 0.77% | - |
| XYZ | 45.54 | 48.6 | 35.42 | - |
| YUV | 184.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 149 | 0 | 0.06 | 0.24 | 0.23 | 45.96 | 0.28 | 0.68 |
| Hex | C4 | B9 | 95 | 0 | 6 | 18 | 17 | 2E | 1C | 44 |
| Octal | 304 | 271 | 225 | 0 | 6 | 30 | 27 | 56 | 34 | 104 |
| Binary | 11000100 | 10111001 | 10010101 | 0 | 110 | 11000 | 10111 | 101110 | 11100 | 1000100 |
Color Harmonies of #C4B995
Complementary color
Monochromatic Colors of #C4B995
Black with #C4B995
Text Example
Text Example
White with #C4B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B995; }
p { color: rgb(196,185,149); }
H1.HeaderClassName
{
color: #C4B995;
}
.AnyTagClassName
{
color: #C4B995;
}
</style>
background-color css
<style>
a { background-color: #C4B995; }
a { background-color: rgb(196,185,149); }
div.DivClassName
{
background-color: #C4B995;
}
.BgClassName
{
background-color: #C4B995;
}
</style>
border-color css
<style>
span { border-color: #C4B995; }
span { border-color: rgb(196,185,149); }
td.TdClassName
{
border-color: #C4B995;
}
.TagClassName
{
border-color: #C4B995;
}
</style>