Shades of Twine #C08456
Tints of Twine #C08456
RGB
CMYK
RGB Variations
Color information
#C08456 (or 0xC08456) is known color: Twine. HEX triplet: C0, 84 and 56. RGB value is (192,132,86). Sum of RGB (Red+Green+Blue) = 192+132+86=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C08456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08456 is #3F7BA9. Grayscale: #909090. Windows color (decimal): -4160426 or 5670080. OLE color: 5670080.
HSL color Cylindrical-coordinate representation of color #C08456: hue angle of 26.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C08456 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 86 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.25 |
| HSL | 26.04º | 0.46% | 0.55% | - |
| HSV(B) | 26.04º | 0.55% | 0.75% | - |
| XYZ | 31.67 | 28.38 | 12.61 | - |
| YUV | 144.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 86 | 0 | 0.31 | 0.55 | 0.25 | 26.04 | 0.46 | 0.55 |
| Hex | C0 | 84 | 56 | 0 | 1F | 37 | 19 | 1A | 2E | 37 |
| Octal | 300 | 204 | 126 | 0 | 37 | 67 | 31 | 32 | 56 | 67 |
| Binary | 11000000 | 10000100 | 1010110 | 0 | 11111 | 110111 | 11001 | 11010 | 101110 | 110111 |
Color Harmonies of #C08456
Complementary color
Monochromatic Colors of #C08456
Black with #C08456
Text Example
Text Example
White with #C08456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08456; }
p { color: rgb(192,132,86); }
H1.HeaderClassName
{
color: #C08456;
}
.AnyTagClassName
{
color: #C08456;
}
</style>
background-color css
<style>
a { background-color: #C08456; }
a { background-color: rgb(192,132,86); }
div.DivClassName
{
background-color: #C08456;
}
.BgClassName
{
background-color: #C08456;
}
</style>
border-color css
<style>
span { border-color: #C08456; }
span { border-color: rgb(192,132,86); }
td.TdClassName
{
border-color: #C08456;
}
.TagClassName
{
border-color: #C08456;
}
</style>