Shades of Twine #C09A56
Tints of Twine #C09A56
RGB
CMYK
RGB Variations
Color information
#C09A56 (or 0xC09A56) is known color: Twine. HEX triplet: C0, 9A and 56. RGB value is (192,154,86). Sum of RGB (Red+Green+Blue) = 192+154+86=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A56 is #3F65A9. Grayscale: #9D9D9D. Windows color (decimal): -4154794 or 5675712. OLE color: 5675712.
HSL color Cylindrical-coordinate representation of color #C09A56: hue angle of 38.49º degrees, saturation: 0.46, 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 #C09A56 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 86 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.25 |
| HSL | 38.49º | 0.46% | 0.55% | - |
| HSV(B) | 38.49º | 0.55% | 0.75% | - |
| XYZ | 34.97 | 34.99 | 13.71 | - |
| YUV | 157.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 86 | 0 | 0.20 | 0.55 | 0.25 | 38.49 | 0.46 | 0.55 |
| Hex | C0 | 9A | 56 | 0 | 14 | 37 | 19 | 26 | 2E | 37 |
| Octal | 300 | 232 | 126 | 0 | 24 | 67 | 31 | 46 | 56 | 67 |
| Binary | 11000000 | 10011010 | 1010110 | 0 | 10100 | 110111 | 11001 | 100110 | 101110 | 110111 |
Color Harmonies of #C09A56
Complementary color
Monochromatic Colors of #C09A56
Black with #C09A56
Text Example
Text Example
White with #C09A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A56; }
p { color: rgb(192,154,86); }
H1.HeaderClassName
{
color: #C09A56;
}
.AnyTagClassName
{
color: #C09A56;
}
</style>
background-color css
<style>
a { background-color: #C09A56; }
a { background-color: rgb(192,154,86); }
div.DivClassName
{
background-color: #C09A56;
}
.BgClassName
{
background-color: #C09A56;
}
</style>
border-color css
<style>
span { border-color: #C09A56; }
span { border-color: rgb(192,154,86); }
td.TdClassName
{
border-color: #C09A56;
}
.TagClassName
{
border-color: #C09A56;
}
</style>