Shades of Sisal #C3BC9A
Tints of Sisal #C3BC9A
RGB
CMYK
RGB Variations
Color information
#C3BC9A (or 0xC3BC9A) is known color: Sisal. HEX triplet: C3, BC and 9A. RGB value is (195,188,154). Sum of RGB (Red+Green+Blue) = 195+188+154=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC9A is #3C4365. Grayscale: #BABABA. Windows color (decimal): -3949414 or 10140867. OLE color: 10140867.
HSL color Cylindrical-coordinate representation of color #C3BC9A: hue angle of 49.76º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BC9A is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 154 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.24 |
| HSL | 49.76º | 0.25% | 0.68% | - |
| HSV(B) | 49.76º | 0.21% | 0.76% | - |
| XYZ | 46.32 | 49.9 | 37.76 | - |
| YUV | 186.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 154 | 0 | 0.04 | 0.21 | 0.24 | 49.76 | 0.25 | 0.68 |
| Hex | C3 | BC | 9A | 0 | 4 | 15 | 18 | 32 | 19 | 44 |
| Octal | 303 | 274 | 232 | 0 | 4 | 25 | 30 | 62 | 31 | 104 |
| Binary | 11000011 | 10111100 | 10011010 | 0 | 100 | 10101 | 11000 | 110010 | 11001 | 1000100 |
Color Harmonies of #C3BC9A
Complementary color
Monochromatic Colors of #C3BC9A
Black with #C3BC9A
Text Example
Text Example
White with #C3BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC9A; }
p { color: rgb(195,188,154); }
H1.HeaderClassName
{
color: #C3BC9A;
}
.AnyTagClassName
{
color: #C3BC9A;
}
</style>
background-color css
<style>
a { background-color: #C3BC9A; }
a { background-color: rgb(195,188,154); }
div.DivClassName
{
background-color: #C3BC9A;
}
.BgClassName
{
background-color: #C3BC9A;
}
</style>
border-color css
<style>
span { border-color: #C3BC9A; }
span { border-color: rgb(195,188,154); }
td.TdClassName
{
border-color: #C3BC9A;
}
.TagClassName
{
border-color: #C3BC9A;
}
</style>