Shades of Twine #C08E50
Tints of Twine #C08E50
RGB
CMYK
RGB Variations
Color information
#C08E50 (or 0xC08E50) is known color: Twine. HEX triplet: C0, 8E and 50. RGB value is (192,142,80). Sum of RGB (Red+Green+Blue) = 192+142+80=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E50 is #3F71AF. Grayscale: #969696. Windows color (decimal): -4157872 or 5279424. OLE color: 5279424.
HSL color Cylindrical-coordinate representation of color #C08E50: hue angle of 33.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C08E50 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 80 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.25 |
| HSL | 33.21º | 0.47% | 0.53% | - |
| HSV(B) | 33.21º | 0.58% | 0.75% | - |
| XYZ | 32.86 | 31.13 | 11.87 | - |
| YUV | 149.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 80 | 0 | 0.26 | 0.58 | 0.25 | 33.21 | 0.47 | 0.53 |
| Hex | C0 | 8E | 50 | 0 | 1A | 3A | 19 | 21 | 2F | 35 |
| Octal | 300 | 216 | 120 | 0 | 32 | 72 | 31 | 41 | 57 | 65 |
| Binary | 11000000 | 10001110 | 1010000 | 0 | 11010 | 111010 | 11001 | 100001 | 101111 | 110101 |
Color Harmonies of #C08E50
Complementary color
Monochromatic Colors of #C08E50
Black with #C08E50
Text Example
Text Example
White with #C08E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E50; }
p { color: rgb(192,142,80); }
H1.HeaderClassName
{
color: #C08E50;
}
.AnyTagClassName
{
color: #C08E50;
}
</style>
background-color css
<style>
a { background-color: #C08E50; }
a { background-color: rgb(192,142,80); }
div.DivClassName
{
background-color: #C08E50;
}
.BgClassName
{
background-color: #C08E50;
}
</style>
border-color css
<style>
span { border-color: #C08E50; }
span { border-color: rgb(192,142,80); }
td.TdClassName
{
border-color: #C08E50;
}
.TagClassName
{
border-color: #C08E50;
}
</style>