Shades of Twine #C0855B
Tints of Twine #C0855B
RGB
CMYK
RGB Variations
Color information
#C0855B (or 0xC0855B) is known color: Twine. HEX triplet: C0, 85 and 5B. RGB value is (192,133,91). Sum of RGB (Red+Green+Blue) = 192+133+91=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0855B is #3F7AA4. Grayscale: #929292. Windows color (decimal): -4160165 or 5998016. OLE color: 5998016.
HSL color Cylindrical-coordinate representation of color #C0855B: hue angle of 24.95º 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 #C0855B is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 91 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.25 |
| HSL | 24.95º | 0.44% | 0.55% | - |
| HSV(B) | 24.95º | 0.53% | 0.75% | - |
| XYZ | 32.01 | 28.74 | 13.76 | - |
| YUV | 145.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 91 | 0 | 0.31 | 0.53 | 0.25 | 24.95 | 0.44 | 0.55 |
| Hex | C0 | 85 | 5B | 0 | 1F | 35 | 19 | 19 | 2C | 37 |
| Octal | 300 | 205 | 133 | 0 | 37 | 65 | 31 | 31 | 54 | 67 |
| Binary | 11000000 | 10000101 | 1011011 | 0 | 11111 | 110101 | 11001 | 11001 | 101100 | 110111 |
Color Harmonies of #C0855B
Complementary color
Monochromatic Colors of #C0855B
Black with #C0855B
Text Example
Text Example
White with #C0855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0855B; }
p { color: rgb(192,133,91); }
H1.HeaderClassName
{
color: #C0855B;
}
.AnyTagClassName
{
color: #C0855B;
}
</style>
background-color css
<style>
a { background-color: #C0855B; }
a { background-color: rgb(192,133,91); }
div.DivClassName
{
background-color: #C0855B;
}
.BgClassName
{
background-color: #C0855B;
}
</style>
border-color css
<style>
span { border-color: #C0855B; }
span { border-color: rgb(192,133,91); }
td.TdClassName
{
border-color: #C0855B;
}
.TagClassName
{
border-color: #C0855B;
}
</style>