Shades of Sisal #C4BCA0
Tints of Sisal #C4BCA0
RGB
CMYK
RGB Variations
Color information
#C4BCA0 (or 0xC4BCA0) is known color: Sisal. HEX triplet: C4, BC and A0. RGB value is (196,188,160). Sum of RGB (Red+Green+Blue) = 196+188+160=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCA0 is #3B435F. Grayscale: #BBBBBB. Windows color (decimal): -3883872 or 10534084. OLE color: 10534084.
HSL color Cylindrical-coordinate representation of color #C4BCA0: hue angle of 46.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4BCA0 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 160 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.23 |
| HSL | 46.67º | 0.23% | 0.7% | - |
| HSV(B) | 46.67º | 0.18% | 0.77% | - |
| XYZ | 47.09 | 50.24 | 40.47 | - |
| YUV | 187.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 160 | 0 | 0.04 | 0.18 | 0.23 | 46.67 | 0.23 | 0.7 |
| Hex | C4 | BC | A0 | 0 | 4 | 12 | 17 | 2F | 17 | 46 |
| Octal | 304 | 274 | 240 | 0 | 4 | 22 | 27 | 57 | 27 | 106 |
| Binary | 11000100 | 10111100 | 10100000 | 0 | 100 | 10010 | 10111 | 101111 | 10111 | 1000110 |
Color Harmonies of #C4BCA0
Complementary color
Monochromatic Colors of #C4BCA0
Black with #C4BCA0
Text Example
Text Example
White with #C4BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCA0; }
p { color: rgb(196,188,160); }
H1.HeaderClassName
{
color: #C4BCA0;
}
.AnyTagClassName
{
color: #C4BCA0;
}
</style>
background-color css
<style>
a { background-color: #C4BCA0; }
a { background-color: rgb(196,188,160); }
div.DivClassName
{
background-color: #C4BCA0;
}
.BgClassName
{
background-color: #C4BCA0;
}
</style>
border-color css
<style>
span { border-color: #C4BCA0; }
span { border-color: rgb(196,188,160); }
td.TdClassName
{
border-color: #C4BCA0;
}
.TagClassName
{
border-color: #C4BCA0;
}
</style>