Shades of Sisal #C3BA99
Tints of Sisal #C3BA99
RGB
CMYK
RGB Variations
Color information
#C3BA99 (or 0xC3BA99) is known color: Sisal. HEX triplet: C3, BA and 99. RGB value is (195,186,153). Sum of RGB (Red+Green+Blue) = 195+186+153=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA99 is #3C4566. Grayscale: #B9B9B9. Windows color (decimal): -3949927 or 10074819. OLE color: 10074819.
HSL color Cylindrical-coordinate representation of color #C3BA99: hue angle of 47.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3BA99 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 153 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.24 |
| HSL | 47.14º | 0.26% | 0.68% | - |
| HSV(B) | 47.14º | 0.22% | 0.76% | - |
| XYZ | 45.81 | 49.02 | 37.18 | - |
| YUV | 184.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 153 | 0 | 0.05 | 0.22 | 0.24 | 47.14 | 0.26 | 0.68 |
| Hex | C3 | BA | 99 | 0 | 5 | 16 | 18 | 2F | 1A | 44 |
| Octal | 303 | 272 | 231 | 0 | 5 | 26 | 30 | 57 | 32 | 104 |
| Binary | 11000011 | 10111010 | 10011001 | 0 | 101 | 10110 | 11000 | 101111 | 11010 | 1000100 |
Color Harmonies of #C3BA99
Complementary color
Monochromatic Colors of #C3BA99
Black with #C3BA99
Text Example
Text Example
White with #C3BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA99; }
p { color: rgb(195,186,153); }
H1.HeaderClassName
{
color: #C3BA99;
}
.AnyTagClassName
{
color: #C3BA99;
}
</style>
background-color css
<style>
a { background-color: #C3BA99; }
a { background-color: rgb(195,186,153); }
div.DivClassName
{
background-color: #C3BA99;
}
.BgClassName
{
background-color: #C3BA99;
}
</style>
border-color css
<style>
span { border-color: #C3BA99; }
span { border-color: rgb(195,186,153); }
td.TdClassName
{
border-color: #C3BA99;
}
.TagClassName
{
border-color: #C3BA99;
}
</style>