Shades of Twine #C08A50
Tints of Twine #C08A50
RGB
CMYK
RGB Variations
Color information
#C08A50 (or 0xC08A50) is known color: Twine. HEX triplet: C0, 8A and 50. RGB value is (192,138,80). Sum of RGB (Red+Green+Blue) = 192+138+80=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A50 is #3F75AF. Grayscale: #939393. Windows color (decimal): -4158896 or 5278400. OLE color: 5278400.
HSL color Cylindrical-coordinate representation of color #C08A50: hue angle of 31.07º 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 #C08A50 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 80 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.25 |
| HSL | 31.07º | 0.47% | 0.53% | - |
| HSV(B) | 31.07º | 0.58% | 0.75% | - |
| XYZ | 32.27 | 29.96 | 11.67 | - |
| YUV | 147.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 80 | 0 | 0.28 | 0.58 | 0.25 | 31.07 | 0.47 | 0.53 |
| Hex | C0 | 8A | 50 | 0 | 1C | 3A | 19 | 1F | 2F | 35 |
| Octal | 300 | 212 | 120 | 0 | 34 | 72 | 31 | 37 | 57 | 65 |
| Binary | 11000000 | 10001010 | 1010000 | 0 | 11100 | 111010 | 11001 | 11111 | 101111 | 110101 |
Color Harmonies of #C08A50
Complementary color
Monochromatic Colors of #C08A50
Black with #C08A50
Text Example
Text Example
White with #C08A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A50; }
p { color: rgb(192,138,80); }
H1.HeaderClassName
{
color: #C08A50;
}
.AnyTagClassName
{
color: #C08A50;
}
</style>
background-color css
<style>
a { background-color: #C08A50; }
a { background-color: rgb(192,138,80); }
div.DivClassName
{
background-color: #C08A50;
}
.BgClassName
{
background-color: #C08A50;
}
</style>
border-color css
<style>
span { border-color: #C08A50; }
span { border-color: rgb(192,138,80); }
td.TdClassName
{
border-color: #C08A50;
}
.TagClassName
{
border-color: #C08A50;
}
</style>