Shades of Twine #C08D58
Tints of Twine #C08D58
RGB
CMYK
RGB Variations
Color information
#C08D58 (or 0xC08D58) is known color: Twine. HEX triplet: C0, 8D and 58. RGB value is (192,141,88). Sum of RGB (Red+Green+Blue) = 192+141+88=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D58 is #3F72A7. Grayscale: #969696. Windows color (decimal): -4158120 or 5803456. OLE color: 5803456.
HSL color Cylindrical-coordinate representation of color #C08D58: hue angle of 30.58º 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 #C08D58 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 88 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.25 |
| HSL | 30.58º | 0.45% | 0.55% | - |
| HSV(B) | 30.58º | 0.54% | 0.75% | - |
| XYZ | 33.02 | 30.96 | 13.47 | - |
| YUV | 150.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 88 | 0 | 0.27 | 0.54 | 0.25 | 30.58 | 0.45 | 0.55 |
| Hex | C0 | 8D | 58 | 0 | 1B | 36 | 19 | 1F | 2D | 37 |
| Octal | 300 | 215 | 130 | 0 | 33 | 66 | 31 | 37 | 55 | 67 |
| Binary | 11000000 | 10001101 | 1011000 | 0 | 11011 | 110110 | 11001 | 11111 | 101101 | 110111 |
Color Harmonies of #C08D58
Complementary color
Monochromatic Colors of #C08D58
Black with #C08D58
Text Example
Text Example
White with #C08D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D58; }
p { color: rgb(192,141,88); }
H1.HeaderClassName
{
color: #C08D58;
}
.AnyTagClassName
{
color: #C08D58;
}
</style>
background-color css
<style>
a { background-color: #C08D58; }
a { background-color: rgb(192,141,88); }
div.DivClassName
{
background-color: #C08D58;
}
.BgClassName
{
background-color: #C08D58;
}
</style>
border-color css
<style>
span { border-color: #C08D58; }
span { border-color: rgb(192,141,88); }
td.TdClassName
{
border-color: #C08D58;
}
.TagClassName
{
border-color: #C08D58;
}
</style>