Shades of Sisal #C3B99B
Tints of Sisal #C3B99B
RGB
CMYK
RGB Variations
Color information
#C3B99B (or 0xC3B99B) is known color: Sisal. HEX triplet: C3, B9 and 9B. RGB value is (195,185,155). Sum of RGB (Red+Green+Blue) = 195+185+155=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B99B is #3C4664. Grayscale: #B8B8B8. Windows color (decimal): -3950181 or 10205635. OLE color: 10205635.
HSL color Cylindrical-coordinate representation of color #C3B99B: hue angle of 45º 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 #C3B99B is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 185 | 155 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.24 |
| HSL | 45º | 0.25% | 0.69% | - |
| HSV(B) | 45º | 0.21% | 0.76% | - |
| XYZ | 45.77 | 48.67 | 37.99 | - |
| YUV | 184.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 155 | 0 | 0.05 | 0.21 | 0.24 | 45 | 0.25 | 0.69 |
| Hex | C3 | B9 | 9B | 0 | 5 | 15 | 18 | 2D | 19 | 45 |
| Octal | 303 | 271 | 233 | 0 | 5 | 25 | 30 | 55 | 31 | 105 |
| Binary | 11000011 | 10111001 | 10011011 | 0 | 101 | 10101 | 11000 | 101101 | 11001 | 1000101 |
Color Harmonies of #C3B99B
Complementary color
Monochromatic Colors of #C3B99B
Black with #C3B99B
Text Example
Text Example
White with #C3B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B99B; }
p { color: rgb(195,185,155); }
H1.HeaderClassName
{
color: #C3B99B;
}
.AnyTagClassName
{
color: #C3B99B;
}
</style>
background-color css
<style>
a { background-color: #C3B99B; }
a { background-color: rgb(195,185,155); }
div.DivClassName
{
background-color: #C3B99B;
}
.BgClassName
{
background-color: #C3B99B;
}
</style>
border-color css
<style>
span { border-color: #C3B99B; }
span { border-color: rgb(195,185,155); }
td.TdClassName
{
border-color: #C3B99B;
}
.TagClassName
{
border-color: #C3B99B;
}
</style>