Shades of Twine #C09555
Tints of Twine #C09555
RGB
CMYK
RGB Variations
Color information
#C09555 (or 0xC09555) is known color: Twine. HEX triplet: C0, 95 and 55. RGB value is (192,149,85). Sum of RGB (Red+Green+Blue) = 192+149+85=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C09555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09555 is #3F6AAA. Grayscale: #9A9A9A. Windows color (decimal): -4156075 or 5608896. OLE color: 5608896.
HSL color Cylindrical-coordinate representation of color #C09555: hue angle of 35.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C09555 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 85 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.25 |
| HSL | 35.89º | 0.46% | 0.54% | - |
| HSV(B) | 35.89º | 0.56% | 0.75% | - |
| XYZ | 34.13 | 33.36 | 13.23 | - |
| YUV | 154.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 85 | 0 | 0.22 | 0.56 | 0.25 | 35.89 | 0.46 | 0.54 |
| Hex | C0 | 95 | 55 | 0 | 16 | 38 | 19 | 24 | 2E | 36 |
| Octal | 300 | 225 | 125 | 0 | 26 | 70 | 31 | 44 | 56 | 66 |
| Binary | 11000000 | 10010101 | 1010101 | 0 | 10110 | 111000 | 11001 | 100100 | 101110 | 110110 |
Color Harmonies of #C09555
Complementary color
Monochromatic Colors of #C09555
Black with #C09555
Text Example
Text Example
White with #C09555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09555; }
p { color: rgb(192,149,85); }
H1.HeaderClassName
{
color: #C09555;
}
.AnyTagClassName
{
color: #C09555;
}
</style>
background-color css
<style>
a { background-color: #C09555; }
a { background-color: rgb(192,149,85); }
div.DivClassName
{
background-color: #C09555;
}
.BgClassName
{
background-color: #C09555;
}
</style>
border-color css
<style>
span { border-color: #C09555; }
span { border-color: rgb(192,149,85); }
td.TdClassName
{
border-color: #C09555;
}
.TagClassName
{
border-color: #C09555;
}
</style>