Shades of Twine #C99057
Tints of Twine #C99057
RGB
CMYK
RGB Variations
Color information
#C99057 (or 0xC99057) is known color: Twine. HEX triplet: C9, 90 and 57. RGB value is (201,144,87). Sum of RGB (Red+Green+Blue) = 201+144+87=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C99057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99057 is #366FA8. Grayscale: #9A9A9A. Windows color (decimal): -3567529 or 5738697. OLE color: 5738697.
HSL color Cylindrical-coordinate representation of color #C99057: hue angle of 30º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C99057 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 87 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.21 |
| HSL | 30º | 0.51% | 0.56% | - |
| HSV(B) | 30º | 0.57% | 0.79% | - |
| XYZ | 35.78 | 33.05 | 13.51 | - |
| YUV | 154.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 87 | 0 | 0.28 | 0.57 | 0.21 | 30 | 0.51 | 0.56 |
| Hex | C9 | 90 | 57 | 0 | 1C | 39 | 15 | 1E | 33 | 38 |
| Octal | 311 | 220 | 127 | 0 | 34 | 71 | 25 | 36 | 63 | 70 |
| Binary | 11001001 | 10010000 | 1010111 | 0 | 11100 | 111001 | 10101 | 11110 | 110011 | 111000 |
Color Harmonies of #C99057
Complementary color
Monochromatic Colors of #C99057
Black with #C99057
Text Example
Text Example
White with #C99057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99057; }
p { color: rgb(201,144,87); }
H1.HeaderClassName
{
color: #C99057;
}
.AnyTagClassName
{
color: #C99057;
}
</style>
background-color css
<style>
a { background-color: #C99057; }
a { background-color: rgb(201,144,87); }
div.DivClassName
{
background-color: #C99057;
}
.BgClassName
{
background-color: #C99057;
}
</style>
border-color css
<style>
span { border-color: #C99057; }
span { border-color: rgb(201,144,87); }
td.TdClassName
{
border-color: #C99057;
}
.TagClassName
{
border-color: #C99057;
}
</style>