Shades of Twine #C8975E
Tints of Twine #C8975E
RGB
CMYK
RGB Variations
Color information
#C8975E (or 0xC8975E) is known color: Twine. HEX triplet: C8, 97 and 5E. RGB value is (200,151,94). Sum of RGB (Red+Green+Blue) = 200+151+94=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8975E is #3768A1. Grayscale: #9F9F9F. Windows color (decimal): -3631266 or 6199240. OLE color: 6199240.
HSL color Cylindrical-coordinate representation of color #C8975E: hue angle of 32.26º 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 #C8975E is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 94 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.22 |
| HSL | 32.26º | 0.49% | 0.58% | - |
| HSV(B) | 32.26º | 0.53% | 0.78% | - |
| XYZ | 36.91 | 35.22 | 15.44 | - |
| YUV | 159.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 94 | 0 | 0.24 | 0.53 | 0.22 | 32.26 | 0.49 | 0.58 |
| Hex | C8 | 97 | 5E | 0 | 18 | 35 | 16 | 20 | 31 | 3A |
| Octal | 310 | 227 | 136 | 0 | 30 | 65 | 26 | 40 | 61 | 72 |
| Binary | 11001000 | 10010111 | 1011110 | 0 | 11000 | 110101 | 10110 | 100000 | 110001 | 111010 |
Color Harmonies of #C8975E
Complementary color
Monochromatic Colors of #C8975E
Black with #C8975E
Text Example
Text Example
White with #C8975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8975E; }
p { color: rgb(200,151,94); }
H1.HeaderClassName
{
color: #C8975E;
}
.AnyTagClassName
{
color: #C8975E;
}
</style>
background-color css
<style>
a { background-color: #C8975E; }
a { background-color: rgb(200,151,94); }
div.DivClassName
{
background-color: #C8975E;
}
.BgClassName
{
background-color: #C8975E;
}
</style>
border-color css
<style>
span { border-color: #C8975E; }
span { border-color: rgb(200,151,94); }
td.TdClassName
{
border-color: #C8975E;
}
.TagClassName
{
border-color: #C8975E;
}
</style>