Shades of Twine #C09A57
Tints of Twine #C09A57
RGB
CMYK
RGB Variations
Color information
#C09A57 (or 0xC09A57) is known color: Twine. HEX triplet: C0, 9A and 57. RGB value is (192,154,87). Sum of RGB (Red+Green+Blue) = 192+154+87=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A57 is #3F65A8. Grayscale: #9E9E9E. Windows color (decimal): -4154793 or 5741248. OLE color: 5741248.
HSL color Cylindrical-coordinate representation of color #C09A57: hue angle of 38.29º 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 #C09A57 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 87 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.25 |
| HSL | 38.29º | 0.45% | 0.55% | - |
| HSV(B) | 38.29º | 0.55% | 0.75% | - |
| XYZ | 35.01 | 35.01 | 13.93 | - |
| YUV | 157.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 87 | 0 | 0.20 | 0.55 | 0.25 | 38.29 | 0.45 | 0.55 |
| Hex | C0 | 9A | 57 | 0 | 14 | 37 | 19 | 26 | 2D | 37 |
| Octal | 300 | 232 | 127 | 0 | 24 | 67 | 31 | 46 | 55 | 67 |
| Binary | 11000000 | 10011010 | 1010111 | 0 | 10100 | 110111 | 11001 | 100110 | 101101 | 110111 |
Color Harmonies of #C09A57
Complementary color
Monochromatic Colors of #C09A57
Black with #C09A57
Text Example
Text Example
White with #C09A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A57; }
p { color: rgb(192,154,87); }
H1.HeaderClassName
{
color: #C09A57;
}
.AnyTagClassName
{
color: #C09A57;
}
</style>
background-color css
<style>
a { background-color: #C09A57; }
a { background-color: rgb(192,154,87); }
div.DivClassName
{
background-color: #C09A57;
}
.BgClassName
{
background-color: #C09A57;
}
</style>
border-color css
<style>
span { border-color: #C09A57; }
span { border-color: rgb(192,154,87); }
td.TdClassName
{
border-color: #C09A57;
}
.TagClassName
{
border-color: #C09A57;
}
</style>