Shades of Twine #C09456
Tints of Twine #C09456
RGB
CMYK
RGB Variations
Color information
#C09456 (or 0xC09456) is known color: Twine. HEX triplet: C0, 94 and 56. RGB value is (192,148,86). Sum of RGB (Red+Green+Blue) = 192+148+86=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C09456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09456 is #3F6BA9. Grayscale: #9A9A9A. Windows color (decimal): -4156330 or 5674176. OLE color: 5674176.
HSL color Cylindrical-coordinate representation of color #C09456: hue angle of 35.09º 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 #C09456 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 86 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.25 |
| HSL | 35.09º | 0.46% | 0.55% | - |
| HSV(B) | 35.09º | 0.55% | 0.75% | - |
| XYZ | 34.01 | 33.06 | 13.39 | - |
| YUV | 154.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 86 | 0 | 0.23 | 0.55 | 0.25 | 35.09 | 0.46 | 0.55 |
| Hex | C0 | 94 | 56 | 0 | 17 | 37 | 19 | 23 | 2E | 37 |
| Octal | 300 | 224 | 126 | 0 | 27 | 67 | 31 | 43 | 56 | 67 |
| Binary | 11000000 | 10010100 | 1010110 | 0 | 10111 | 110111 | 11001 | 100011 | 101110 | 110111 |
Color Harmonies of #C09456
Complementary color
Monochromatic Colors of #C09456
Black with #C09456
Text Example
Text Example
White with #C09456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09456; }
p { color: rgb(192,148,86); }
H1.HeaderClassName
{
color: #C09456;
}
.AnyTagClassName
{
color: #C09456;
}
</style>
background-color css
<style>
a { background-color: #C09456; }
a { background-color: rgb(192,148,86); }
div.DivClassName
{
background-color: #C09456;
}
.BgClassName
{
background-color: #C09456;
}
</style>
border-color css
<style>
span { border-color: #C09456; }
span { border-color: rgb(192,148,86); }
td.TdClassName
{
border-color: #C09456;
}
.TagClassName
{
border-color: #C09456;
}
</style>