Shades of Sisal #C4BCA8
Tints of Sisal #C4BCA8
RGB
CMYK
RGB Variations
Color information
#C4BCA8 (or 0xC4BCA8) is known color: Sisal. HEX triplet: C4, BC and A8. RGB value is (196,188,168). Sum of RGB (Red+Green+Blue) = 196+188+168=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCA8 is #3B4357. Grayscale: #BCBCBC. Windows color (decimal): -3883864 or 11058372. OLE color: 11058372.
HSL color Cylindrical-coordinate representation of color #C4BCA8: hue angle of 42.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BCA8 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 168 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.23 |
| HSL | 42.86º | 0.19% | 0.71% | - |
| HSV(B) | 42.86º | 0.14% | 0.77% | - |
| XYZ | 47.82 | 50.53 | 44.28 | - |
| YUV | 188.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 168 | 0 | 0.04 | 0.14 | 0.23 | 42.86 | 0.19 | 0.71 |
| Hex | C4 | BC | A8 | 0 | 4 | E | 17 | 2B | 13 | 47 |
| Octal | 304 | 274 | 250 | 0 | 4 | 16 | 27 | 53 | 23 | 107 |
| Binary | 11000100 | 10111100 | 10101000 | 0 | 100 | 1110 | 10111 | 101011 | 10011 | 1000111 |
Color Harmonies of #C4BCA8
Complementary color
Monochromatic Colors of #C4BCA8
Black with #C4BCA8
Text Example
Text Example
White with #C4BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCA8; }
p { color: rgb(196,188,168); }
H1.HeaderClassName
{
color: #C4BCA8;
}
.AnyTagClassName
{
color: #C4BCA8;
}
</style>
background-color css
<style>
a { background-color: #C4BCA8; }
a { background-color: rgb(196,188,168); }
div.DivClassName
{
background-color: #C4BCA8;
}
.BgClassName
{
background-color: #C4BCA8;
}
</style>
border-color css
<style>
span { border-color: #C4BCA8; }
span { border-color: rgb(196,188,168); }
td.TdClassName
{
border-color: #C4BCA8;
}
.TagClassName
{
border-color: #C4BCA8;
}
</style>