Shades of Sisal #C3BA9F
Tints of Sisal #C3BA9F
RGB
CMYK
RGB Variations
Color information
#C3BA9F (or 0xC3BA9F) is known color: Sisal. HEX triplet: C3, BA and 9F. RGB value is (195,186,159). Sum of RGB (Red+Green+Blue) = 195+186+159=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA9F is #3C4560. Grayscale: #B9B9B9. Windows color (decimal): -3949921 or 10468035. OLE color: 10468035.
HSL color Cylindrical-coordinate representation of color #C3BA9F: hue angle of 45º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3BA9F is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 159 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.24 |
| HSL | 45º | 0.23% | 0.69% | - |
| HSV(B) | 45º | 0.18% | 0.76% | - |
| XYZ | 46.32 | 49.22 | 39.86 | - |
| YUV | 185.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 159 | 0 | 0.05 | 0.18 | 0.24 | 45 | 0.23 | 0.69 |
| Hex | C3 | BA | 9F | 0 | 5 | 12 | 18 | 2D | 17 | 45 |
| Octal | 303 | 272 | 237 | 0 | 5 | 22 | 30 | 55 | 27 | 105 |
| Binary | 11000011 | 10111010 | 10011111 | 0 | 101 | 10010 | 11000 | 101101 | 10111 | 1000101 |
Color Harmonies of #C3BA9F
Complementary color
Monochromatic Colors of #C3BA9F
Black with #C3BA9F
Text Example
Text Example
White with #C3BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA9F; }
p { color: rgb(195,186,159); }
H1.HeaderClassName
{
color: #C3BA9F;
}
.AnyTagClassName
{
color: #C3BA9F;
}
</style>
background-color css
<style>
a { background-color: #C3BA9F; }
a { background-color: rgb(195,186,159); }
div.DivClassName
{
background-color: #C3BA9F;
}
.BgClassName
{
background-color: #C3BA9F;
}
</style>
border-color css
<style>
span { border-color: #C3BA9F; }
span { border-color: rgb(195,186,159); }
td.TdClassName
{
border-color: #C3BA9F;
}
.TagClassName
{
border-color: #C3BA9F;
}
</style>