Shades of Twine #C99051
Tints of Twine #C99051
RGB
CMYK
RGB Variations
Color information
#C99051 (or 0xC99051) is known color: Twine. HEX triplet: C9, 90 and 51. RGB value is (201,144,81). Sum of RGB (Red+Green+Blue) = 201+144+81=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C99051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99051 is #366FAE. Grayscale: #9A9A9A. Windows color (decimal): -3567535 or 5345481. OLE color: 5345481.
HSL color Cylindrical-coordinate representation of color #C99051: hue angle of 31.5º 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 #C99051 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 81 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.21 |
| HSL | 31.5º | 0.53% | 0.55% | - |
| HSV(B) | 31.5º | 0.6% | 0.79% | - |
| XYZ | 35.55 | 32.96 | 12.27 | - |
| YUV | 153.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 81 | 0 | 0.28 | 0.60 | 0.21 | 31.5 | 0.53 | 0.55 |
| Hex | C9 | 90 | 51 | 0 | 1C | 3C | 15 | 1F | 35 | 37 |
| Octal | 311 | 220 | 121 | 0 | 34 | 74 | 25 | 37 | 65 | 67 |
| Binary | 11001001 | 10010000 | 1010001 | 0 | 11100 | 111100 | 10101 | 11111 | 110101 | 110111 |
Color Harmonies of #C99051
Complementary color
Monochromatic Colors of #C99051
Black with #C99051
Text Example
Text Example
White with #C99051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99051; }
p { color: rgb(201,144,81); }
H1.HeaderClassName
{
color: #C99051;
}
.AnyTagClassName
{
color: #C99051;
}
</style>
background-color css
<style>
a { background-color: #C99051; }
a { background-color: rgb(201,144,81); }
div.DivClassName
{
background-color: #C99051;
}
.BgClassName
{
background-color: #C99051;
}
</style>
border-color css
<style>
span { border-color: #C99051; }
span { border-color: rgb(201,144,81); }
td.TdClassName
{
border-color: #C99051;
}
.TagClassName
{
border-color: #C99051;
}
</style>