Shades of Sisal #C2B89F
Tints of Sisal #C2B89F
RGB
CMYK
RGB Variations
Color information
#C2B89F (or 0xC2B89F) is known color: Sisal. HEX triplet: C2, B8 and 9F. RGB value is (194,184,159). Sum of RGB (Red+Green+Blue) = 194+184+159=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B89F is #3D4760. Grayscale: #B8B8B8. Windows color (decimal): -4015969 or 10467522. OLE color: 10467522.
HSL color Cylindrical-coordinate representation of color #C2B89F: hue angle of 42.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2B89F is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 159 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.24 |
| HSL | 42.86º | 0.22% | 0.69% | - |
| HSV(B) | 42.86º | 0.18% | 0.76% | - |
| XYZ | 45.65 | 48.25 | 39.71 | - |
| YUV | 184.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 159 | 0 | 0.05 | 0.18 | 0.24 | 42.86 | 0.22 | 0.69 |
| Hex | C2 | B8 | 9F | 0 | 5 | 12 | 18 | 2B | 16 | 45 |
| Octal | 302 | 270 | 237 | 0 | 5 | 22 | 30 | 53 | 26 | 105 |
| Binary | 11000010 | 10111000 | 10011111 | 0 | 101 | 10010 | 11000 | 101011 | 10110 | 1000101 |
Color Harmonies of #C2B89F
Complementary color
Monochromatic Colors of #C2B89F
Black with #C2B89F
Text Example
Text Example
White with #C2B89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B89F; }
p { color: rgb(194,184,159); }
H1.HeaderClassName
{
color: #C2B89F;
}
.AnyTagClassName
{
color: #C2B89F;
}
</style>
background-color css
<style>
a { background-color: #C2B89F; }
a { background-color: rgb(194,184,159); }
div.DivClassName
{
background-color: #C2B89F;
}
.BgClassName
{
background-color: #C2B89F;
}
</style>
border-color css
<style>
span { border-color: #C2B89F; }
span { border-color: rgb(194,184,159); }
td.TdClassName
{
border-color: #C2B89F;
}
.TagClassName
{
border-color: #C2B89F;
}
</style>