Shades of Twine #C9975C
Tints of Twine #C9975C
RGB
CMYK
RGB Variations
Color information
#C9975C (or 0xC9975C) is known color: Twine. HEX triplet: C9, 97 and 5C. RGB value is (201,151,92). Sum of RGB (Red+Green+Blue) = 201+151+92=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9975C is #3668A3. Grayscale: #9F9F9F. Windows color (decimal): -3565732 or 6068169. OLE color: 6068169.
HSL color Cylindrical-coordinate representation of color #C9975C: hue angle of 32.48º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9975C is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 92 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.21 |
| HSL | 32.48º | 0.5% | 0.57% | - |
| HSV(B) | 32.48º | 0.54% | 0.79% | - |
| XYZ | 37.09 | 35.32 | 14.99 | - |
| YUV | 159.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 92 | 0 | 0.25 | 0.54 | 0.21 | 32.48 | 0.5 | 0.57 |
| Hex | C9 | 97 | 5C | 0 | 19 | 36 | 15 | 20 | 32 | 39 |
| Octal | 311 | 227 | 134 | 0 | 31 | 66 | 25 | 40 | 62 | 71 |
| Binary | 11001001 | 10010111 | 1011100 | 0 | 11001 | 110110 | 10101 | 100000 | 110010 | 111001 |
Color Harmonies of #C9975C
Complementary color
Monochromatic Colors of #C9975C
Black with #C9975C
Text Example
Text Example
White with #C9975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9975C; }
p { color: rgb(201,151,92); }
H1.HeaderClassName
{
color: #C9975C;
}
.AnyTagClassName
{
color: #C9975C;
}
</style>
background-color css
<style>
a { background-color: #C9975C; }
a { background-color: rgb(201,151,92); }
div.DivClassName
{
background-color: #C9975C;
}
.BgClassName
{
background-color: #C9975C;
}
</style>
border-color css
<style>
span { border-color: #C9975C; }
span { border-color: rgb(201,151,92); }
td.TdClassName
{
border-color: #C9975C;
}
.TagClassName
{
border-color: #C9975C;
}
</style>