Shades of Sisal #C4BB9B
Tints of Sisal #C4BB9B
RGB
CMYK
RGB Variations
Color information
#C4BB9B (or 0xC4BB9B) is known color: Sisal. HEX triplet: C4, BB and 9B. RGB value is (196,187,155). Sum of RGB (Red+Green+Blue) = 196+187+155=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BB9B is #3B4464. Grayscale: #BABABA. Windows color (decimal): -3884133 or 10206148. OLE color: 10206148.
HSL color Cylindrical-coordinate representation of color #C4BB9B: hue angle of 46.83º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4BB9B is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 155 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.23 |
| HSL | 46.83º | 0.26% | 0.69% | - |
| HSV(B) | 46.83º | 0.21% | 0.77% | - |
| XYZ | 46.45 | 49.64 | 38.14 | - |
| YUV | 186.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 155 | 0 | 0.05 | 0.21 | 0.23 | 46.83 | 0.26 | 0.69 |
| Hex | C4 | BB | 9B | 0 | 5 | 15 | 17 | 2F | 1A | 45 |
| Octal | 304 | 273 | 233 | 0 | 5 | 25 | 27 | 57 | 32 | 105 |
| Binary | 11000100 | 10111011 | 10011011 | 0 | 101 | 10101 | 10111 | 101111 | 11010 | 1000101 |
Color Harmonies of #C4BB9B
Complementary color
Monochromatic Colors of #C4BB9B
Black with #C4BB9B
Text Example
Text Example
White with #C4BB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BB9B; }
p { color: rgb(196,187,155); }
H1.HeaderClassName
{
color: #C4BB9B;
}
.AnyTagClassName
{
color: #C4BB9B;
}
</style>
background-color css
<style>
a { background-color: #C4BB9B; }
a { background-color: rgb(196,187,155); }
div.DivClassName
{
background-color: #C4BB9B;
}
.BgClassName
{
background-color: #C4BB9B;
}
</style>
border-color css
<style>
span { border-color: #C4BB9B; }
span { border-color: rgb(196,187,155); }
td.TdClassName
{
border-color: #C4BB9B;
}
.TagClassName
{
border-color: #C4BB9B;
}
</style>