Shades of Twine #C99751
Tints of Twine #C99751
RGB
CMYK
RGB Variations
Color information
#C99751 (or 0xC99751) is known color: Twine. HEX triplet: C9, 97 and 51. RGB value is (201,151,81). Sum of RGB (Red+Green+Blue) = 201+151+81=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C99751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99751 is #3668AE. Grayscale: #9E9E9E. Windows color (decimal): -3565743 or 5347273. OLE color: 5347273.
HSL color Cylindrical-coordinate representation of color #C99751: hue angle of 35º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C99751 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 81 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.21 |
| HSL | 35º | 0.53% | 0.55% | - |
| HSV(B) | 35º | 0.6% | 0.79% | - |
| XYZ | 36.64 | 35.14 | 12.64 | - |
| YUV | 157.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 81 | 0 | 0.25 | 0.60 | 0.21 | 35 | 0.53 | 0.55 |
| Hex | C9 | 97 | 51 | 0 | 19 | 3C | 15 | 23 | 35 | 37 |
| Octal | 311 | 227 | 121 | 0 | 31 | 74 | 25 | 43 | 65 | 67 |
| Binary | 11001001 | 10010111 | 1010001 | 0 | 11001 | 111100 | 10101 | 100011 | 110101 | 110111 |
Color Harmonies of #C99751
Complementary color
Monochromatic Colors of #C99751
Black with #C99751
Text Example
Text Example
White with #C99751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99751; }
p { color: rgb(201,151,81); }
H1.HeaderClassName
{
color: #C99751;
}
.AnyTagClassName
{
color: #C99751;
}
</style>
background-color css
<style>
a { background-color: #C99751; }
a { background-color: rgb(201,151,81); }
div.DivClassName
{
background-color: #C99751;
}
.BgClassName
{
background-color: #C99751;
}
</style>
border-color css
<style>
span { border-color: #C99751; }
span { border-color: rgb(201,151,81); }
td.TdClassName
{
border-color: #C99751;
}
.TagClassName
{
border-color: #C99751;
}
</style>