Shades of Sisal #C8C0AA
Tints of Sisal #C8C0AA
RGB
CMYK
RGB Variations
Color information
#C8C0AA (or 0xC8C0AA) is known color: Sisal. HEX triplet: C8, C0 and AA. RGB value is (200,192,170). Sum of RGB (Red+Green+Blue) = 200+192+170=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C0AA is #373F55. Grayscale: #BFBFBF. Windows color (decimal): -3620694 or 11190472. OLE color: 11190472.
HSL color Cylindrical-coordinate representation of color #C8C0AA: hue angle of 44º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8C0AA is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 170 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.22 |
| HSL | 44º | 0.21% | 0.73% | - |
| HSV(B) | 44º | 0.15% | 0.78% | - |
| XYZ | 49.92 | 52.88 | 45.61 | - |
| YUV | 191.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 170 | 0 | 0.04 | 0.15 | 0.22 | 44 | 0.21 | 0.73 |
| Hex | C8 | C0 | AA | 0 | 4 | F | 16 | 2C | 15 | 49 |
| Octal | 310 | 300 | 252 | 0 | 4 | 17 | 26 | 54 | 25 | 111 |
| Binary | 11001000 | 11000000 | 10101010 | 0 | 100 | 1111 | 10110 | 101100 | 10101 | 1001001 |
Color Harmonies of #C8C0AA
Complementary color
Monochromatic Colors of #C8C0AA
Black with #C8C0AA
Text Example
Text Example
White with #C8C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0AA; }
p { color: rgb(200,192,170); }
H1.HeaderClassName
{
color: #C8C0AA;
}
.AnyTagClassName
{
color: #C8C0AA;
}
</style>
background-color css
<style>
a { background-color: #C8C0AA; }
a { background-color: rgb(200,192,170); }
div.DivClassName
{
background-color: #C8C0AA;
}
.BgClassName
{
background-color: #C8C0AA;
}
</style>
border-color css
<style>
span { border-color: #C8C0AA; }
span { border-color: rgb(200,192,170); }
td.TdClassName
{
border-color: #C8C0AA;
}
.TagClassName
{
border-color: #C8C0AA;
}
</style>