Shades of Twine #C0985B
Tints of Twine #C0985B
RGB
CMYK
RGB Variations
Color information
#C0985B (or 0xC0985B) is known color: Twine. HEX triplet: C0, 98 and 5B. RGB value is (192,152,91). Sum of RGB (Red+Green+Blue) = 192+152+91=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0985B is #3F67A4. Grayscale: #9D9D9D. Windows color (decimal): -4155301 or 6002880. OLE color: 6002880.
HSL color Cylindrical-coordinate representation of color #C0985B: hue angle of 36.24º degrees, saturation: 0.44, 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 #C0985B is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 91 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.25 |
| HSL | 36.24º | 0.44% | 0.55% | - |
| HSV(B) | 36.24º | 0.53% | 0.75% | - |
| XYZ | 34.85 | 34.42 | 14.7 | - |
| YUV | 157.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 91 | 0 | 0.21 | 0.53 | 0.25 | 36.24 | 0.44 | 0.55 |
| Hex | C0 | 98 | 5B | 0 | 15 | 35 | 19 | 24 | 2C | 37 |
| Octal | 300 | 230 | 133 | 0 | 25 | 65 | 31 | 44 | 54 | 67 |
| Binary | 11000000 | 10011000 | 1011011 | 0 | 10101 | 110101 | 11001 | 100100 | 101100 | 110111 |
Color Harmonies of #C0985B
Complementary color
Monochromatic Colors of #C0985B
Black with #C0985B
Text Example
Text Example
White with #C0985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0985B; }
p { color: rgb(192,152,91); }
H1.HeaderClassName
{
color: #C0985B;
}
.AnyTagClassName
{
color: #C0985B;
}
</style>
background-color css
<style>
a { background-color: #C0985B; }
a { background-color: rgb(192,152,91); }
div.DivClassName
{
background-color: #C0985B;
}
.BgClassName
{
background-color: #C0985B;
}
</style>
border-color css
<style>
span { border-color: #C0985B; }
span { border-color: rgb(192,152,91); }
td.TdClassName
{
border-color: #C0985B;
}
.TagClassName
{
border-color: #C0985B;
}
</style>