Shades of Sisal #C3BA9B
Tints of Sisal #C3BA9B
RGB
CMYK
RGB Variations
Color information
#C3BA9B (or 0xC3BA9B) is known color: Sisal. HEX triplet: C3, BA and 9B. RGB value is (195,186,155). Sum of RGB (Red+Green+Blue) = 195+186+155=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA9B is #3C4564. Grayscale: #B9B9B9. Windows color (decimal): -3949925 or 10205891. OLE color: 10205891.
HSL color Cylindrical-coordinate representation of color #C3BA9B: hue angle of 46.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BA9B is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 155 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.24 |
| HSL | 46.5º | 0.25% | 0.69% | - |
| HSV(B) | 46.5º | 0.21% | 0.76% | - |
| XYZ | 45.98 | 49.09 | 38.06 | - |
| YUV | 185.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 155 | 0 | 0.05 | 0.21 | 0.24 | 46.5 | 0.25 | 0.69 |
| Hex | C3 | BA | 9B | 0 | 5 | 15 | 18 | 2E | 19 | 45 |
| Octal | 303 | 272 | 233 | 0 | 5 | 25 | 30 | 56 | 31 | 105 |
| Binary | 11000011 | 10111010 | 10011011 | 0 | 101 | 10101 | 11000 | 101110 | 11001 | 1000101 |
Color Harmonies of #C3BA9B
Complementary color
Monochromatic Colors of #C3BA9B
Black with #C3BA9B
Text Example
Text Example
White with #C3BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA9B; }
p { color: rgb(195,186,155); }
H1.HeaderClassName
{
color: #C3BA9B;
}
.AnyTagClassName
{
color: #C3BA9B;
}
</style>
background-color css
<style>
a { background-color: #C3BA9B; }
a { background-color: rgb(195,186,155); }
div.DivClassName
{
background-color: #C3BA9B;
}
.BgClassName
{
background-color: #C3BA9B;
}
</style>
border-color css
<style>
span { border-color: #C3BA9B; }
span { border-color: rgb(195,186,155); }
td.TdClassName
{
border-color: #C3BA9B;
}
.TagClassName
{
border-color: #C3BA9B;
}
</style>