Shades of Twine #C0985A
Tints of Twine #C0985A
RGB
CMYK
RGB Variations
Color information
#C0985A (or 0xC0985A) is known color: Twine. HEX triplet: C0, 98 and 5A. RGB value is (192,152,90). Sum of RGB (Red+Green+Blue) = 192+152+90=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0985A is #3F67A5. Grayscale: #9D9D9D. Windows color (decimal): -4155302 or 5937344. OLE color: 5937344.
HSL color Cylindrical-coordinate representation of color #C0985A: hue angle of 36.47º 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 #C0985A is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 90 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.25 |
| HSL | 36.47º | 0.45% | 0.55% | - |
| HSV(B) | 36.47º | 0.53% | 0.75% | - |
| XYZ | 34.81 | 34.4 | 14.48 | - |
| YUV | 156.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 90 | 0 | 0.21 | 0.53 | 0.25 | 36.47 | 0.45 | 0.55 |
| Hex | C0 | 98 | 5A | 0 | 15 | 35 | 19 | 24 | 2D | 37 |
| Octal | 300 | 230 | 132 | 0 | 25 | 65 | 31 | 44 | 55 | 67 |
| Binary | 11000000 | 10011000 | 1011010 | 0 | 10101 | 110101 | 11001 | 100100 | 101101 | 110111 |
Color Harmonies of #C0985A
Complementary color
Monochromatic Colors of #C0985A
Black with #C0985A
Text Example
Text Example
White with #C0985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0985A; }
p { color: rgb(192,152,90); }
H1.HeaderClassName
{
color: #C0985A;
}
.AnyTagClassName
{
color: #C0985A;
}
</style>
background-color css
<style>
a { background-color: #C0985A; }
a { background-color: rgb(192,152,90); }
div.DivClassName
{
background-color: #C0985A;
}
.BgClassName
{
background-color: #C0985A;
}
</style>
border-color css
<style>
span { border-color: #C0985A; }
span { border-color: rgb(192,152,90); }
td.TdClassName
{
border-color: #C0985A;
}
.TagClassName
{
border-color: #C0985A;
}
</style>