Shades of Twine #C08B58
Tints of Twine #C08B58
RGB
CMYK
RGB Variations
Color information
#C08B58 (or 0xC08B58) is known color: Twine. HEX triplet: C0, 8B and 58. RGB value is (192,139,88). Sum of RGB (Red+Green+Blue) = 192+139+88=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B58 is #3F74A7. Grayscale: #959595. Windows color (decimal): -4158632 or 5802944. OLE color: 5802944.
HSL color Cylindrical-coordinate representation of color #C08B58: hue angle of 29.42º 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 #C08B58 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 88 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.25 |
| HSL | 29.42º | 0.45% | 0.55% | - |
| HSV(B) | 29.42º | 0.54% | 0.75% | - |
| XYZ | 32.73 | 30.38 | 13.37 | - |
| YUV | 149.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 88 | 0 | 0.28 | 0.54 | 0.25 | 29.42 | 0.45 | 0.55 |
| Hex | C0 | 8B | 58 | 0 | 1C | 36 | 19 | 1D | 2D | 37 |
| Octal | 300 | 213 | 130 | 0 | 34 | 66 | 31 | 35 | 55 | 67 |
| Binary | 11000000 | 10001011 | 1011000 | 0 | 11100 | 110110 | 11001 | 11101 | 101101 | 110111 |
Color Harmonies of #C08B58
Complementary color
Monochromatic Colors of #C08B58
Black with #C08B58
Text Example
Text Example
White with #C08B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08B58; }
p { color: rgb(192,139,88); }
H1.HeaderClassName
{
color: #C08B58;
}
.AnyTagClassName
{
color: #C08B58;
}
</style>
background-color css
<style>
a { background-color: #C08B58; }
a { background-color: rgb(192,139,88); }
div.DivClassName
{
background-color: #C08B58;
}
.BgClassName
{
background-color: #C08B58;
}
</style>
border-color css
<style>
span { border-color: #C08B58; }
span { border-color: rgb(192,139,88); }
td.TdClassName
{
border-color: #C08B58;
}
.TagClassName
{
border-color: #C08B58;
}
</style>