Shades of Twine #C08650
Tints of Twine #C08650
RGB
CMYK
RGB Variations
Color information
#C08650 (or 0xC08650) is known color: Twine. HEX triplet: C0, 86 and 50. RGB value is (192,134,80). Sum of RGB (Red+Green+Blue) = 192+134+80=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C08650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08650 is #3F79AF. Grayscale: #919191. Windows color (decimal): -4159920 or 5277376. OLE color: 5277376.
HSL color Cylindrical-coordinate representation of color #C08650: hue angle of 28.93º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C08650 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 80 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.25 |
| HSL | 28.93º | 0.47% | 0.53% | - |
| HSV(B) | 28.93º | 0.58% | 0.75% | - |
| XYZ | 31.71 | 28.84 | 11.48 | - |
| YUV | 145.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 80 | 0 | 0.30 | 0.58 | 0.25 | 28.93 | 0.47 | 0.53 |
| Hex | C0 | 86 | 50 | 0 | 1E | 3A | 19 | 1D | 2F | 35 |
| Octal | 300 | 206 | 120 | 0 | 36 | 72 | 31 | 35 | 57 | 65 |
| Binary | 11000000 | 10000110 | 1010000 | 0 | 11110 | 111010 | 11001 | 11101 | 101111 | 110101 |
Color Harmonies of #C08650
Complementary color
Monochromatic Colors of #C08650
Black with #C08650
Text Example
Text Example
White with #C08650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08650; }
p { color: rgb(192,134,80); }
H1.HeaderClassName
{
color: #C08650;
}
.AnyTagClassName
{
color: #C08650;
}
</style>
background-color css
<style>
a { background-color: #C08650; }
a { background-color: rgb(192,134,80); }
div.DivClassName
{
background-color: #C08650;
}
.BgClassName
{
background-color: #C08650;
}
</style>
border-color css
<style>
span { border-color: #C08650; }
span { border-color: rgb(192,134,80); }
td.TdClassName
{
border-color: #C08650;
}
.TagClassName
{
border-color: #C08650;
}
</style>