Shades of Twine #C0905A
Tints of Twine #C0905A
RGB
CMYK
RGB Variations
Color information
#C0905A (or 0xC0905A) is known color: Twine. HEX triplet: C0, 90 and 5A. RGB value is (192,144,90). Sum of RGB (Red+Green+Blue) = 192+144+90=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0905A is #3F6FA5. Grayscale: #989898. Windows color (decimal): -4157350 or 5935296. OLE color: 5935296.
HSL color Cylindrical-coordinate representation of color #C0905A: hue angle of 31.76º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0905A is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 90 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.25 |
| HSL | 31.76º | 0.45% | 0.55% | - |
| HSV(B) | 31.76º | 0.53% | 0.75% | - |
| XYZ | 33.56 | 31.89 | 14.06 | - |
| YUV | 152.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 90 | 0 | 0.25 | 0.53 | 0.25 | 31.76 | 0.45 | 0.55 |
| Hex | C0 | 90 | 5A | 0 | 19 | 35 | 19 | 20 | 2D | 37 |
| Octal | 300 | 220 | 132 | 0 | 31 | 65 | 31 | 40 | 55 | 67 |
| Binary | 11000000 | 10010000 | 1011010 | 0 | 11001 | 110101 | 11001 | 100000 | 101101 | 110111 |
Color Harmonies of #C0905A
Complementary color
Monochromatic Colors of #C0905A
Black with #C0905A
Text Example
Text Example
White with #C0905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0905A; }
p { color: rgb(192,144,90); }
H1.HeaderClassName
{
color: #C0905A;
}
.AnyTagClassName
{
color: #C0905A;
}
</style>
background-color css
<style>
a { background-color: #C0905A; }
a { background-color: rgb(192,144,90); }
div.DivClassName
{
background-color: #C0905A;
}
.BgClassName
{
background-color: #C0905A;
}
</style>
border-color css
<style>
span { border-color: #C0905A; }
span { border-color: rgb(192,144,90); }
td.TdClassName
{
border-color: #C0905A;
}
.TagClassName
{
border-color: #C0905A;
}
</style>