Shades of Twine #C08C50
Tints of Twine #C08C50
RGB
CMYK
RGB Variations
Color information
#C08C50 (or 0xC08C50) is known color: Twine. HEX triplet: C0, 8C and 50. RGB value is (192,140,80). Sum of RGB (Red+Green+Blue) = 192+140+80=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C50 is #3F73AF. Grayscale: #959595. Windows color (decimal): -4158384 or 5278912. OLE color: 5278912.
HSL color Cylindrical-coordinate representation of color #C08C50: hue angle of 32.14º 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 #C08C50 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 80 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.25 |
| HSL | 32.14º | 0.47% | 0.53% | - |
| HSV(B) | 32.14º | 0.58% | 0.75% | - |
| XYZ | 32.56 | 30.54 | 11.77 | - |
| YUV | 148.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 80 | 0 | 0.27 | 0.58 | 0.25 | 32.14 | 0.47 | 0.53 |
| Hex | C0 | 8C | 50 | 0 | 1B | 3A | 19 | 20 | 2F | 35 |
| Octal | 300 | 214 | 120 | 0 | 33 | 72 | 31 | 40 | 57 | 65 |
| Binary | 11000000 | 10001100 | 1010000 | 0 | 11011 | 111010 | 11001 | 100000 | 101111 | 110101 |
Color Harmonies of #C08C50
Complementary color
Monochromatic Colors of #C08C50
Black with #C08C50
Text Example
Text Example
White with #C08C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C50; }
p { color: rgb(192,140,80); }
H1.HeaderClassName
{
color: #C08C50;
}
.AnyTagClassName
{
color: #C08C50;
}
</style>
background-color css
<style>
a { background-color: #C08C50; }
a { background-color: rgb(192,140,80); }
div.DivClassName
{
background-color: #C08C50;
}
.BgClassName
{
background-color: #C08C50;
}
</style>
border-color css
<style>
span { border-color: #C08C50; }
span { border-color: rgb(192,140,80); }
td.TdClassName
{
border-color: #C08C50;
}
.TagClassName
{
border-color: #C08C50;
}
</style>