Shades of Sisal #C2B79B
Tints of Sisal #C2B79B
RGB
CMYK
RGB Variations
Color information
#C2B79B (or 0xC2B79B) is known color: Sisal. HEX triplet: C2, B7 and 9B. RGB value is (194,183,155). Sum of RGB (Red+Green+Blue) = 194+183+155=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B79B is #3D4864. Grayscale: #B7B7B7. Windows color (decimal): -4016229 or 10205122. OLE color: 10205122.
HSL color Cylindrical-coordinate representation of color #C2B79B: hue angle of 43.08º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B79B is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 155 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.24 |
| HSL | 43.08º | 0.24% | 0.68% | - |
| HSV(B) | 43.08º | 0.2% | 0.76% | - |
| XYZ | 45.1 | 47.7 | 37.84 | - |
| YUV | 183.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 155 | 0 | 0.06 | 0.20 | 0.24 | 43.08 | 0.24 | 0.68 |
| Hex | C2 | B7 | 9B | 0 | 6 | 14 | 18 | 2B | 18 | 44 |
| Octal | 302 | 267 | 233 | 0 | 6 | 24 | 30 | 53 | 30 | 104 |
| Binary | 11000010 | 10110111 | 10011011 | 0 | 110 | 10100 | 11000 | 101011 | 11000 | 1000100 |
Color Harmonies of #C2B79B
Complementary color
Monochromatic Colors of #C2B79B
Black with #C2B79B
Text Example
Text Example
White with #C2B79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B79B; }
p { color: rgb(194,183,155); }
H1.HeaderClassName
{
color: #C2B79B;
}
.AnyTagClassName
{
color: #C2B79B;
}
</style>
background-color css
<style>
a { background-color: #C2B79B; }
a { background-color: rgb(194,183,155); }
div.DivClassName
{
background-color: #C2B79B;
}
.BgClassName
{
background-color: #C2B79B;
}
</style>
border-color css
<style>
span { border-color: #C2B79B; }
span { border-color: rgb(194,183,155); }
td.TdClassName
{
border-color: #C2B79B;
}
.TagClassName
{
border-color: #C2B79B;
}
</style>