Shades of Twine #C09957
Tints of Twine #C09957
RGB
CMYK
RGB Variations
Color information
#C09957 (or 0xC09957) is known color: Twine. HEX triplet: C0, 99 and 57. RGB value is (192,153,87). Sum of RGB (Red+Green+Blue) = 192+153+87=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C09957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09957 is #3F66A8. Grayscale: #9D9D9D. Windows color (decimal): -4155049 or 5740992. OLE color: 5740992.
HSL color Cylindrical-coordinate representation of color #C09957: hue angle of 37.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C09957 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 87 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.25 |
| HSL | 37.71º | 0.45% | 0.55% | - |
| HSV(B) | 37.71º | 0.55% | 0.75% | - |
| XYZ | 34.85 | 34.68 | 13.87 | - |
| YUV | 157.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 87 | 0 | 0.20 | 0.55 | 0.25 | 37.71 | 0.45 | 0.55 |
| Hex | C0 | 99 | 57 | 0 | 14 | 37 | 19 | 26 | 2D | 37 |
| Octal | 300 | 231 | 127 | 0 | 24 | 67 | 31 | 46 | 55 | 67 |
| Binary | 11000000 | 10011001 | 1010111 | 0 | 10100 | 110111 | 11001 | 100110 | 101101 | 110111 |
Color Harmonies of #C09957
Complementary color
Monochromatic Colors of #C09957
Black with #C09957
Text Example
Text Example
White with #C09957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09957; }
p { color: rgb(192,153,87); }
H1.HeaderClassName
{
color: #C09957;
}
.AnyTagClassName
{
color: #C09957;
}
</style>
background-color css
<style>
a { background-color: #C09957; }
a { background-color: rgb(192,153,87); }
div.DivClassName
{
background-color: #C09957;
}
.BgClassName
{
background-color: #C09957;
}
</style>
border-color css
<style>
span { border-color: #C09957; }
span { border-color: rgb(192,153,87); }
td.TdClassName
{
border-color: #C09957;
}
.TagClassName
{
border-color: #C09957;
}
</style>