Shades of Twine #C08B50
Tints of Twine #C08B50
RGB
CMYK
RGB Variations
Color information
#C08B50 (or 0xC08B50) is known color: Twine. HEX triplet: C0, 8B and 50. RGB value is (192,139,80). Sum of RGB (Red+Green+Blue) = 192+139+80=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B50 is #3F74AF. Grayscale: #949494. Windows color (decimal): -4158640 or 5278656. OLE color: 5278656.
HSL color Cylindrical-coordinate representation of color #C08B50: hue angle of 31.61º 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 #C08B50 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 80 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.25 |
| HSL | 31.61º | 0.47% | 0.53% | - |
| HSV(B) | 31.61º | 0.58% | 0.75% | - |
| XYZ | 32.42 | 30.25 | 11.72 | - |
| YUV | 148.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 80 | 0 | 0.28 | 0.58 | 0.25 | 31.61 | 0.47 | 0.53 |
| Hex | C0 | 8B | 50 | 0 | 1C | 3A | 19 | 20 | 2F | 35 |
| Octal | 300 | 213 | 120 | 0 | 34 | 72 | 31 | 40 | 57 | 65 |
| Binary | 11000000 | 10001011 | 1010000 | 0 | 11100 | 111010 | 11001 | 100000 | 101111 | 110101 |
Color Harmonies of #C08B50
Complementary color
Monochromatic Colors of #C08B50
Black with #C08B50
Text Example
Text Example
White with #C08B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08B50; }
p { color: rgb(192,139,80); }
H1.HeaderClassName
{
color: #C08B50;
}
.AnyTagClassName
{
color: #C08B50;
}
</style>
background-color css
<style>
a { background-color: #C08B50; }
a { background-color: rgb(192,139,80); }
div.DivClassName
{
background-color: #C08B50;
}
.BgClassName
{
background-color: #C08B50;
}
</style>
border-color css
<style>
span { border-color: #C08B50; }
span { border-color: rgb(192,139,80); }
td.TdClassName
{
border-color: #C08B50;
}
.TagClassName
{
border-color: #C08B50;
}
</style>