Shades of Sisal #C2BB9D
Tints of Sisal #C2BB9D
RGB
CMYK
RGB Variations
Color information
#C2BB9D (or 0xC2BB9D) is known color: Sisal. HEX triplet: C2, BB and 9D. RGB value is (194,187,157). Sum of RGB (Red+Green+Blue) = 194+187+157=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB9D is #3D4462. Grayscale: #B9B9B9. Windows color (decimal): -4015203 or 10337218. OLE color: 10337218.
HSL color Cylindrical-coordinate representation of color #C2BB9D: hue angle of 48.65º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2BB9D is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 157 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.24 |
| HSL | 48.65º | 0.23% | 0.69% | - |
| HSV(B) | 48.65º | 0.19% | 0.76% | - |
| XYZ | 46.1 | 49.44 | 39.01 | - |
| YUV | 185.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 157 | 0 | 0.04 | 0.19 | 0.24 | 48.65 | 0.23 | 0.69 |
| Hex | C2 | BB | 9D | 0 | 4 | 13 | 18 | 31 | 17 | 45 |
| Octal | 302 | 273 | 235 | 0 | 4 | 23 | 30 | 61 | 27 | 105 |
| Binary | 11000010 | 10111011 | 10011101 | 0 | 100 | 10011 | 11000 | 110001 | 10111 | 1000101 |
Color Harmonies of #C2BB9D
Complementary color
Monochromatic Colors of #C2BB9D
Black with #C2BB9D
Text Example
Text Example
White with #C2BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB9D; }
p { color: rgb(194,187,157); }
H1.HeaderClassName
{
color: #C2BB9D;
}
.AnyTagClassName
{
color: #C2BB9D;
}
</style>
background-color css
<style>
a { background-color: #C2BB9D; }
a { background-color: rgb(194,187,157); }
div.DivClassName
{
background-color: #C2BB9D;
}
.BgClassName
{
background-color: #C2BB9D;
}
</style>
border-color css
<style>
span { border-color: #C2BB9D; }
span { border-color: rgb(194,187,157); }
td.TdClassName
{
border-color: #C2BB9D;
}
.TagClassName
{
border-color: #C2BB9D;
}
</style>