Shades of Twine #C9975A
Tints of Twine #C9975A
RGB
CMYK
RGB Variations
Color information
#C9975A (or 0xC9975A) is known color: Twine. HEX triplet: C9, 97 and 5A. RGB value is (201,151,90). Sum of RGB (Red+Green+Blue) = 201+151+90=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9975A is #3668A5. Grayscale: #9F9F9F. Windows color (decimal): -3565734 or 5937097. OLE color: 5937097.
HSL color Cylindrical-coordinate representation of color #C9975A: hue angle of 32.97º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9975A is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 90 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.21 |
| HSL | 32.97º | 0.51% | 0.57% | - |
| HSV(B) | 32.97º | 0.55% | 0.79% | - |
| XYZ | 37 | 35.29 | 14.53 | - |
| YUV | 159 | 89.07 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 90 | 0 | 0.25 | 0.55 | 0.21 | 32.97 | 0.51 | 0.57 |
| Hex | C9 | 97 | 5A | 0 | 19 | 37 | 15 | 21 | 33 | 39 |
| Octal | 311 | 227 | 132 | 0 | 31 | 67 | 25 | 41 | 63 | 71 |
| Binary | 11001001 | 10010111 | 1011010 | 0 | 11001 | 110111 | 10101 | 100001 | 110011 | 111001 |
Color Harmonies of #C9975A
Complementary color
Monochromatic Colors of #C9975A
Black with #C9975A
Text Example
Text Example
White with #C9975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9975A; }
p { color: rgb(201,151,90); }
H1.HeaderClassName
{
color: #C9975A;
}
.AnyTagClassName
{
color: #C9975A;
}
</style>
background-color css
<style>
a { background-color: #C9975A; }
a { background-color: rgb(201,151,90); }
div.DivClassName
{
background-color: #C9975A;
}
.BgClassName
{
background-color: #C9975A;
}
</style>
border-color css
<style>
span { border-color: #C9975A; }
span { border-color: rgb(201,151,90); }
td.TdClassName
{
border-color: #C9975A;
}
.TagClassName
{
border-color: #C9975A;
}
</style>