Shades of Twine #C08E58
Tints of Twine #C08E58
RGB
CMYK
RGB Variations
Color information
#C08E58 (or 0xC08E58) is known color: Twine. HEX triplet: C0, 8E and 58. RGB value is (192,142,88). Sum of RGB (Red+Green+Blue) = 192+142+88=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E58 is #3F71A7. Grayscale: #979797. Windows color (decimal): -4157864 or 5803712. OLE color: 5803712.
HSL color Cylindrical-coordinate representation of color #C08E58: hue angle of 31.15º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C08E58 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 88 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.25 |
| HSL | 31.15º | 0.45% | 0.55% | - |
| HSV(B) | 31.15º | 0.54% | 0.75% | - |
| XYZ | 33.17 | 31.26 | 13.52 | - |
| YUV | 150.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 88 | 0 | 0.26 | 0.54 | 0.25 | 31.15 | 0.45 | 0.55 |
| Hex | C0 | 8E | 58 | 0 | 1A | 36 | 19 | 1F | 2D | 37 |
| Octal | 300 | 216 | 130 | 0 | 32 | 66 | 31 | 37 | 55 | 67 |
| Binary | 11000000 | 10001110 | 1011000 | 0 | 11010 | 110110 | 11001 | 11111 | 101101 | 110111 |
Color Harmonies of #C08E58
Complementary color
Monochromatic Colors of #C08E58
Black with #C08E58
Text Example
Text Example
White with #C08E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E58; }
p { color: rgb(192,142,88); }
H1.HeaderClassName
{
color: #C08E58;
}
.AnyTagClassName
{
color: #C08E58;
}
</style>
background-color css
<style>
a { background-color: #C08E58; }
a { background-color: rgb(192,142,88); }
div.DivClassName
{
background-color: #C08E58;
}
.BgClassName
{
background-color: #C08E58;
}
</style>
border-color css
<style>
span { border-color: #C08E58; }
span { border-color: rgb(192,142,88); }
td.TdClassName
{
border-color: #C08E58;
}
.TagClassName
{
border-color: #C08E58;
}
</style>