Shades of Twine #C09956
Tints of Twine #C09956
RGB
CMYK
RGB Variations
Color information
#C09956 (or 0xC09956) is known color: Twine. HEX triplet: C0, 99 and 56. RGB value is (192,153,86). Sum of RGB (Red+Green+Blue) = 192+153+86=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C09956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09956 is #3F66A9. Grayscale: #9D9D9D. Windows color (decimal): -4155050 or 5675456. OLE color: 5675456.
HSL color Cylindrical-coordinate representation of color #C09956: hue angle of 37.92º 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 #C09956 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 86 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.25 |
| HSL | 37.92º | 0.46% | 0.55% | - |
| HSV(B) | 37.92º | 0.55% | 0.75% | - |
| XYZ | 34.81 | 34.66 | 13.66 | - |
| YUV | 157.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 86 | 0 | 0.20 | 0.55 | 0.25 | 37.92 | 0.46 | 0.55 |
| Hex | C0 | 99 | 56 | 0 | 14 | 37 | 19 | 26 | 2E | 37 |
| Octal | 300 | 231 | 126 | 0 | 24 | 67 | 31 | 46 | 56 | 67 |
| Binary | 11000000 | 10011001 | 1010110 | 0 | 10100 | 110111 | 11001 | 100110 | 101110 | 110111 |
Color Harmonies of #C09956
Complementary color
Monochromatic Colors of #C09956
Black with #C09956
Text Example
Text Example
White with #C09956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09956; }
p { color: rgb(192,153,86); }
H1.HeaderClassName
{
color: #C09956;
}
.AnyTagClassName
{
color: #C09956;
}
</style>
background-color css
<style>
a { background-color: #C09956; }
a { background-color: rgb(192,153,86); }
div.DivClassName
{
background-color: #C09956;
}
.BgClassName
{
background-color: #C09956;
}
</style>
border-color css
<style>
span { border-color: #C09956; }
span { border-color: rgb(192,153,86); }
td.TdClassName
{
border-color: #C09956;
}
.TagClassName
{
border-color: #C09956;
}
</style>