Shades of Sisal #C3BC9B
Tints of Sisal #C3BC9B
RGB
CMYK
RGB Variations
Color information
#C3BC9B (or 0xC3BC9B) is known color: Sisal. HEX triplet: C3, BC and 9B. RGB value is (195,188,155). Sum of RGB (Red+Green+Blue) = 195+188+155=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC9B is #3C4364. Grayscale: #BABABA. Windows color (decimal): -3949413 or 10206403. OLE color: 10206403.
HSL color Cylindrical-coordinate representation of color #C3BC9B: hue angle of 49.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 #C3BC9B is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 155 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.24 |
| HSL | 49.5º | 0.25% | 0.69% | - |
| HSV(B) | 49.5º | 0.21% | 0.76% | - |
| XYZ | 46.41 | 49.94 | 38.2 | - |
| YUV | 186.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 155 | 0 | 0.04 | 0.21 | 0.24 | 49.5 | 0.25 | 0.69 |
| Hex | C3 | BC | 9B | 0 | 4 | 15 | 18 | 32 | 19 | 45 |
| Octal | 303 | 274 | 233 | 0 | 4 | 25 | 30 | 62 | 31 | 105 |
| Binary | 11000011 | 10111100 | 10011011 | 0 | 100 | 10101 | 11000 | 110010 | 11001 | 1000101 |
Color Harmonies of #C3BC9B
Complementary color
Monochromatic Colors of #C3BC9B
Black with #C3BC9B
Text Example
Text Example
White with #C3BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC9B; }
p { color: rgb(195,188,155); }
H1.HeaderClassName
{
color: #C3BC9B;
}
.AnyTagClassName
{
color: #C3BC9B;
}
</style>
background-color css
<style>
a { background-color: #C3BC9B; }
a { background-color: rgb(195,188,155); }
div.DivClassName
{
background-color: #C3BC9B;
}
.BgClassName
{
background-color: #C3BC9B;
}
</style>
border-color css
<style>
span { border-color: #C3BC9B; }
span { border-color: rgb(195,188,155); }
td.TdClassName
{
border-color: #C3BC9B;
}
.TagClassName
{
border-color: #C3BC9B;
}
</style>