Shades of Twine #C08A51
Tints of Twine #C08A51
RGB
CMYK
RGB Variations
Color information
#C08A51 (or 0xC08A51) is known color: Twine. HEX triplet: C0, 8A and 51. RGB value is (192,138,81). Sum of RGB (Red+Green+Blue) = 192+138+81=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A51 is #3F75AE. Grayscale: #939393. Windows color (decimal): -4158895 or 5343936. OLE color: 5343936.
HSL color Cylindrical-coordinate representation of color #C08A51: hue angle of 30.81º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C08A51 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 81 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.25 |
| HSL | 30.81º | 0.47% | 0.54% | - |
| HSV(B) | 30.81º | 0.58% | 0.75% | - |
| XYZ | 32.31 | 29.98 | 11.87 | - |
| YUV | 147.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 81 | 0 | 0.28 | 0.58 | 0.25 | 30.81 | 0.47 | 0.54 |
| Hex | C0 | 8A | 51 | 0 | 1C | 3A | 19 | 1F | 2F | 36 |
| Octal | 300 | 212 | 121 | 0 | 34 | 72 | 31 | 37 | 57 | 66 |
| Binary | 11000000 | 10001010 | 1010001 | 0 | 11100 | 111010 | 11001 | 11111 | 101111 | 110110 |
Color Harmonies of #C08A51
Complementary color
Monochromatic Colors of #C08A51
Black with #C08A51
Text Example
Text Example
White with #C08A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A51; }
p { color: rgb(192,138,81); }
H1.HeaderClassName
{
color: #C08A51;
}
.AnyTagClassName
{
color: #C08A51;
}
</style>
background-color css
<style>
a { background-color: #C08A51; }
a { background-color: rgb(192,138,81); }
div.DivClassName
{
background-color: #C08A51;
}
.BgClassName
{
background-color: #C08A51;
}
</style>
border-color css
<style>
span { border-color: #C08A51; }
span { border-color: rgb(192,138,81); }
td.TdClassName
{
border-color: #C08A51;
}
.TagClassName
{
border-color: #C08A51;
}
</style>