Shades of Twine #C9975E
Tints of Twine #C9975E
RGB
CMYK
RGB Variations
Color information
#C9975E (or 0xC9975E) is known color: Twine. HEX triplet: C9, 97 and 5E. RGB value is (201,151,94). Sum of RGB (Red+Green+Blue) = 201+151+94=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9975E is #3668A1. Grayscale: #9F9F9F. Windows color (decimal): -3565730 or 6199241. OLE color: 6199241.
HSL color Cylindrical-coordinate representation of color #C9975E: hue angle of 31.96º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9975E is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 94 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.21 |
| HSL | 31.96º | 0.5% | 0.58% | - |
| HSV(B) | 31.96º | 0.53% | 0.79% | - |
| XYZ | 37.17 | 35.36 | 15.46 | - |
| YUV | 159.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 94 | 0 | 0.25 | 0.53 | 0.21 | 31.96 | 0.5 | 0.58 |
| Hex | C9 | 97 | 5E | 0 | 19 | 35 | 15 | 20 | 32 | 3A |
| Octal | 311 | 227 | 136 | 0 | 31 | 65 | 25 | 40 | 62 | 72 |
| Binary | 11001001 | 10010111 | 1011110 | 0 | 11001 | 110101 | 10101 | 100000 | 110010 | 111010 |
Color Harmonies of #C9975E
Complementary color
Monochromatic Colors of #C9975E
Black with #C9975E
Text Example
Text Example
White with #C9975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9975E; }
p { color: rgb(201,151,94); }
H1.HeaderClassName
{
color: #C9975E;
}
.AnyTagClassName
{
color: #C9975E;
}
</style>
background-color css
<style>
a { background-color: #C9975E; }
a { background-color: rgb(201,151,94); }
div.DivClassName
{
background-color: #C9975E;
}
.BgClassName
{
background-color: #C9975E;
}
</style>
border-color css
<style>
span { border-color: #C9975E; }
span { border-color: rgb(201,151,94); }
td.TdClassName
{
border-color: #C9975E;
}
.TagClassName
{
border-color: #C9975E;
}
</style>