Shades of Sisal #C2B79F
Tints of Sisal #C2B79F
RGB
CMYK
RGB Variations
Color information
#C2B79F (or 0xC2B79F) is known color: Sisal. HEX triplet: C2, B7 and 9F. RGB value is (194,183,159). Sum of RGB (Red+Green+Blue) = 194+183+159=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B79F is #3D4860. Grayscale: #B7B7B7. Windows color (decimal): -4016225 or 10467266. OLE color: 10467266.
HSL color Cylindrical-coordinate representation of color #C2B79F: hue angle of 41.14º 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 #C2B79F is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 159 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.24 |
| HSL | 41.14º | 0.22% | 0.69% | - |
| HSV(B) | 41.14º | 0.18% | 0.76% | - |
| XYZ | 45.44 | 47.84 | 39.64 | - |
| YUV | 183.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 159 | 0 | 0.06 | 0.18 | 0.24 | 41.14 | 0.22 | 0.69 |
| Hex | C2 | B7 | 9F | 0 | 6 | 12 | 18 | 29 | 16 | 45 |
| Octal | 302 | 267 | 237 | 0 | 6 | 22 | 30 | 51 | 26 | 105 |
| Binary | 11000010 | 10110111 | 10011111 | 0 | 110 | 10010 | 11000 | 101001 | 10110 | 1000101 |
Color Harmonies of #C2B79F
Complementary color
Monochromatic Colors of #C2B79F
Black with #C2B79F
Text Example
Text Example
White with #C2B79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B79F; }
p { color: rgb(194,183,159); }
H1.HeaderClassName
{
color: #C2B79F;
}
.AnyTagClassName
{
color: #C2B79F;
}
</style>
background-color css
<style>
a { background-color: #C2B79F; }
a { background-color: rgb(194,183,159); }
div.DivClassName
{
background-color: #C2B79F;
}
.BgClassName
{
background-color: #C2B79F;
}
</style>
border-color css
<style>
span { border-color: #C2B79F; }
span { border-color: rgb(194,183,159); }
td.TdClassName
{
border-color: #C2B79F;
}
.TagClassName
{
border-color: #C2B79F;
}
</style>