Shades of Twine #C09D57
Tints of Twine #C09D57
RGB
CMYK
RGB Variations
Color information
#C09D57 (or 0xC09D57) is known color: Twine. HEX triplet: C0, 9D and 57. RGB value is (192,157,87). Sum of RGB (Red+Green+Blue) = 192+157+87=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D57 is #3F62A8. Grayscale: #9F9F9F. Windows color (decimal): -4154025 or 5742016. OLE color: 5742016.
HSL color Cylindrical-coordinate representation of color #C09D57: hue angle of 40º 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 #C09D57 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 87 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.25 |
| HSL | 40º | 0.45% | 0.55% | - |
| HSV(B) | 40º | 0.55% | 0.75% | - |
| XYZ | 35.52 | 36.01 | 14.1 | - |
| YUV | 159.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 87 | 0 | 0.18 | 0.55 | 0.25 | 40 | 0.45 | 0.55 |
| Hex | C0 | 9D | 57 | 0 | 12 | 37 | 19 | 28 | 2D | 37 |
| Octal | 300 | 235 | 127 | 0 | 22 | 67 | 31 | 50 | 55 | 67 |
| Binary | 11000000 | 10011101 | 1010111 | 0 | 10010 | 110111 | 11001 | 101000 | 101101 | 110111 |
Color Harmonies of #C09D57
Complementary color
Monochromatic Colors of #C09D57
Black with #C09D57
Text Example
Text Example
White with #C09D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D57; }
p { color: rgb(192,157,87); }
H1.HeaderClassName
{
color: #C09D57;
}
.AnyTagClassName
{
color: #C09D57;
}
</style>
background-color css
<style>
a { background-color: #C09D57; }
a { background-color: rgb(192,157,87); }
div.DivClassName
{
background-color: #C09D57;
}
.BgClassName
{
background-color: #C09D57;
}
</style>
border-color css
<style>
span { border-color: #C09D57; }
span { border-color: rgb(192,157,87); }
td.TdClassName
{
border-color: #C09D57;
}
.TagClassName
{
border-color: #C09D57;
}
</style>