Shades of Twine #C8985E
Tints of Twine #C8985E
RGB
CMYK
RGB Variations
Color information
#C8985E (or 0xC8985E) is known color: Twine. HEX triplet: C8, 98 and 5E. RGB value is (200,152,94). Sum of RGB (Red+Green+Blue) = 200+152+94=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8985E is #3767A1. Grayscale: #A0A0A0. Windows color (decimal): -3631010 or 6199496. OLE color: 6199496.
HSL color Cylindrical-coordinate representation of color #C8985E: hue angle of 32.83º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8985E is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 94 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.22 |
| HSL | 32.83º | 0.49% | 0.58% | - |
| HSV(B) | 32.83º | 0.53% | 0.78% | - |
| XYZ | 37.07 | 35.54 | 15.5 | - |
| YUV | 159.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 94 | 0 | 0.24 | 0.53 | 0.22 | 32.83 | 0.49 | 0.58 |
| Hex | C8 | 98 | 5E | 0 | 18 | 35 | 16 | 21 | 31 | 3A |
| Octal | 310 | 230 | 136 | 0 | 30 | 65 | 26 | 41 | 61 | 72 |
| Binary | 11001000 | 10011000 | 1011110 | 0 | 11000 | 110101 | 10110 | 100001 | 110001 | 111010 |
Color Harmonies of #C8985E
Complementary color
Monochromatic Colors of #C8985E
Black with #C8985E
Text Example
Text Example
White with #C8985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8985E; }
p { color: rgb(200,152,94); }
H1.HeaderClassName
{
color: #C8985E;
}
.AnyTagClassName
{
color: #C8985E;
}
</style>
background-color css
<style>
a { background-color: #C8985E; }
a { background-color: rgb(200,152,94); }
div.DivClassName
{
background-color: #C8985E;
}
.BgClassName
{
background-color: #C8985E;
}
</style>
border-color css
<style>
span { border-color: #C8985E; }
span { border-color: rgb(200,152,94); }
td.TdClassName
{
border-color: #C8985E;
}
.TagClassName
{
border-color: #C8985E;
}
</style>