Shades of Twine #C99559
Tints of Twine #C99559
RGB
CMYK
RGB Variations
Color information
#C99559 (or 0xC99559) is known color: Twine. HEX triplet: C9, 95 and 59. RGB value is (201,149,89). Sum of RGB (Red+Green+Blue) = 201+149+89=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C99559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99559 is #366AA6. Grayscale: #9D9D9D. Windows color (decimal): -3566247 or 5871049. OLE color: 5871049.
HSL color Cylindrical-coordinate representation of color #C99559: hue angle of 32.14º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C99559 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 89 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.21 |
| HSL | 32.14º | 0.51% | 0.57% | - |
| HSV(B) | 32.14º | 0.56% | 0.79% | - |
| XYZ | 36.64 | 34.63 | 14.21 | - |
| YUV | 157.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 89 | 0 | 0.26 | 0.56 | 0.21 | 32.14 | 0.51 | 0.57 |
| Hex | C9 | 95 | 59 | 0 | 1A | 38 | 15 | 20 | 33 | 39 |
| Octal | 311 | 225 | 131 | 0 | 32 | 70 | 25 | 40 | 63 | 71 |
| Binary | 11001001 | 10010101 | 1011001 | 0 | 11010 | 111000 | 10101 | 100000 | 110011 | 111001 |
Color Harmonies of #C99559
Complementary color
Monochromatic Colors of #C99559
Black with #C99559
Text Example
Text Example
White with #C99559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99559; }
p { color: rgb(201,149,89); }
H1.HeaderClassName
{
color: #C99559;
}
.AnyTagClassName
{
color: #C99559;
}
</style>
background-color css
<style>
a { background-color: #C99559; }
a { background-color: rgb(201,149,89); }
div.DivClassName
{
background-color: #C99559;
}
.BgClassName
{
background-color: #C99559;
}
</style>
border-color css
<style>
span { border-color: #C99559; }
span { border-color: rgb(201,149,89); }
td.TdClassName
{
border-color: #C99559;
}
.TagClassName
{
border-color: #C99559;
}
</style>