Shades of Sisal #C3BBA0
Tints of Sisal #C3BBA0
RGB
CMYK
RGB Variations
Color information
#C3BBA0 (or 0xC3BBA0) is known color: Sisal. HEX triplet: C3, BB and A0. RGB value is (195,187,160). Sum of RGB (Red+Green+Blue) = 195+187+160=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BBA0 is #3C445F. Grayscale: #BABABA. Windows color (decimal): -3949664 or 10533827. OLE color: 10533827.
HSL color Cylindrical-coordinate representation of color #C3BBA0: hue angle of 46.29º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3BBA0 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 160 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.24 |
| HSL | 46.29º | 0.23% | 0.7% | - |
| HSV(B) | 46.29º | 0.18% | 0.76% | - |
| XYZ | 46.62 | 49.68 | 40.39 | - |
| YUV | 186.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 160 | 0 | 0.04 | 0.18 | 0.24 | 46.29 | 0.23 | 0.7 |
| Hex | C3 | BB | A0 | 0 | 4 | 12 | 18 | 2E | 17 | 46 |
| Octal | 303 | 273 | 240 | 0 | 4 | 22 | 30 | 56 | 27 | 106 |
| Binary | 11000011 | 10111011 | 10100000 | 0 | 100 | 10010 | 11000 | 101110 | 10111 | 1000110 |
Color Harmonies of #C3BBA0
Complementary color
Monochromatic Colors of #C3BBA0
Black with #C3BBA0
Text Example
Text Example
White with #C3BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBA0; }
p { color: rgb(195,187,160); }
H1.HeaderClassName
{
color: #C3BBA0;
}
.AnyTagClassName
{
color: #C3BBA0;
}
</style>
background-color css
<style>
a { background-color: #C3BBA0; }
a { background-color: rgb(195,187,160); }
div.DivClassName
{
background-color: #C3BBA0;
}
.BgClassName
{
background-color: #C3BBA0;
}
</style>
border-color css
<style>
span { border-color: #C3BBA0; }
span { border-color: rgb(195,187,160); }
td.TdClassName
{
border-color: #C3BBA0;
}
.TagClassName
{
border-color: #C3BBA0;
}
</style>