Shades of Twine #C08851
Tints of Twine #C08851
RGB
CMYK
RGB Variations
Color information
#C08851 (or 0xC08851) is known color: Twine. HEX triplet: C0, 88 and 51. RGB value is (192,136,81). Sum of RGB (Red+Green+Blue) = 192+136+81=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C08851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08851 is #3F77AE. Grayscale: #929292. Windows color (decimal): -4159407 or 5343424. OLE color: 5343424.
HSL color Cylindrical-coordinate representation of color #C08851: hue angle of 29.73º 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 #C08851 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 81 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.25 |
| HSL | 29.73º | 0.47% | 0.54% | - |
| HSV(B) | 29.73º | 0.58% | 0.75% | - |
| XYZ | 32.03 | 29.41 | 11.77 | - |
| YUV | 146.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 81 | 0 | 0.29 | 0.58 | 0.25 | 29.73 | 0.47 | 0.54 |
| Hex | C0 | 88 | 51 | 0 | 1D | 3A | 19 | 1E | 2F | 36 |
| Octal | 300 | 210 | 121 | 0 | 35 | 72 | 31 | 36 | 57 | 66 |
| Binary | 11000000 | 10001000 | 1010001 | 0 | 11101 | 111010 | 11001 | 11110 | 101111 | 110110 |
Color Harmonies of #C08851
Complementary color
Monochromatic Colors of #C08851
Black with #C08851
Text Example
Text Example
White with #C08851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08851; }
p { color: rgb(192,136,81); }
H1.HeaderClassName
{
color: #C08851;
}
.AnyTagClassName
{
color: #C08851;
}
</style>
background-color css
<style>
a { background-color: #C08851; }
a { background-color: rgb(192,136,81); }
div.DivClassName
{
background-color: #C08851;
}
.BgClassName
{
background-color: #C08851;
}
</style>
border-color css
<style>
span { border-color: #C08851; }
span { border-color: rgb(192,136,81); }
td.TdClassName
{
border-color: #C08851;
}
.TagClassName
{
border-color: #C08851;
}
</style>