Shades of Twine #C08950
Tints of Twine #C08950
RGB
CMYK
RGB Variations
Color information
#C08950 (or 0xC08950) is known color: Twine. HEX triplet: C0, 89 and 50. RGB value is (192,137,80). Sum of RGB (Red+Green+Blue) = 192+137+80=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C08950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08950 is #3F76AF. Grayscale: #939393. Windows color (decimal): -4159152 or 5278144. OLE color: 5278144.
HSL color Cylindrical-coordinate representation of color #C08950: hue angle of 30.54º 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 #C08950 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 80 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.25 |
| HSL | 30.54º | 0.47% | 0.53% | - |
| HSV(B) | 30.54º | 0.58% | 0.75% | - |
| XYZ | 32.13 | 29.68 | 11.62 | - |
| YUV | 146.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 80 | 0 | 0.29 | 0.58 | 0.25 | 30.54 | 0.47 | 0.53 |
| Hex | C0 | 89 | 50 | 0 | 1D | 3A | 19 | 1F | 2F | 35 |
| Octal | 300 | 211 | 120 | 0 | 35 | 72 | 31 | 37 | 57 | 65 |
| Binary | 11000000 | 10001001 | 1010000 | 0 | 11101 | 111010 | 11001 | 11111 | 101111 | 110101 |
Color Harmonies of #C08950
Complementary color
Monochromatic Colors of #C08950
Black with #C08950
Text Example
Text Example
White with #C08950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08950; }
p { color: rgb(192,137,80); }
H1.HeaderClassName
{
color: #C08950;
}
.AnyTagClassName
{
color: #C08950;
}
</style>
background-color css
<style>
a { background-color: #C08950; }
a { background-color: rgb(192,137,80); }
div.DivClassName
{
background-color: #C08950;
}
.BgClassName
{
background-color: #C08950;
}
</style>
border-color css
<style>
span { border-color: #C08950; }
span { border-color: rgb(192,137,80); }
td.TdClassName
{
border-color: #C08950;
}
.TagClassName
{
border-color: #C08950;
}
</style>