Shades of Twine #C0854E
Tints of Twine #C0854E
RGB
CMYK
RGB Variations
Color information
#C0854E (or 0xC0854E) is known color: Twine. HEX triplet: C0, 85 and 4E. RGB value is (192,133,78). Sum of RGB (Red+Green+Blue) = 192+133+78=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0854E is #3F7AB1. Grayscale: #909090. Windows color (decimal): -4160178 or 5146048. OLE color: 5146048.
HSL color Cylindrical-coordinate representation of color #C0854E: hue angle of 28.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0854E is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 78 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.25 |
| HSL | 28.95º | 0.48% | 0.53% | - |
| HSV(B) | 28.95º | 0.59% | 0.75% | - |
| XYZ | 31.5 | 28.53 | 11.05 | - |
| YUV | 144.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 78 | 0 | 0.31 | 0.59 | 0.25 | 28.95 | 0.48 | 0.53 |
| Hex | C0 | 85 | 4E | 0 | 1F | 3B | 19 | 1D | 30 | 35 |
| Octal | 300 | 205 | 116 | 0 | 37 | 73 | 31 | 35 | 60 | 65 |
| Binary | 11000000 | 10000101 | 1001110 | 0 | 11111 | 111011 | 11001 | 11101 | 110000 | 110101 |
Color Harmonies of #C0854E
Complementary color
Monochromatic Colors of #C0854E
Black with #C0854E
Text Example
Text Example
White with #C0854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0854E; }
p { color: rgb(192,133,78); }
H1.HeaderClassName
{
color: #C0854E;
}
.AnyTagClassName
{
color: #C0854E;
}
</style>
background-color css
<style>
a { background-color: #C0854E; }
a { background-color: rgb(192,133,78); }
div.DivClassName
{
background-color: #C0854E;
}
.BgClassName
{
background-color: #C0854E;
}
</style>
border-color css
<style>
span { border-color: #C0854E; }
span { border-color: rgb(192,133,78); }
td.TdClassName
{
border-color: #C0854E;
}
.TagClassName
{
border-color: #C0854E;
}
</style>