Shades of Twine #C08156
Tints of Twine #C08156
RGB
CMYK
RGB Variations
Color information
#C08156 (or 0xC08156) is known color: Twine. HEX triplet: C0, 81 and 56. RGB value is (192,129,86). Sum of RGB (Red+Green+Blue) = 192+129+86=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C08156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08156 is #3F7EA9. Grayscale: #8F8F8F. Windows color (decimal): -4161194 or 5669312. OLE color: 5669312.
HSL color Cylindrical-coordinate representation of color #C08156: hue angle of 24.34º 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 #C08156 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 86 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.25 |
| HSL | 24.34º | 0.46% | 0.55% | - |
| HSV(B) | 24.34º | 0.55% | 0.75% | - |
| XYZ | 31.27 | 27.58 | 12.48 | - |
| YUV | 142.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 86 | 0 | 0.33 | 0.55 | 0.25 | 24.34 | 0.46 | 0.55 |
| Hex | C0 | 81 | 56 | 0 | 21 | 37 | 19 | 18 | 2E | 37 |
| Octal | 300 | 201 | 126 | 0 | 41 | 67 | 31 | 30 | 56 | 67 |
| Binary | 11000000 | 10000001 | 1010110 | 0 | 100001 | 110111 | 11001 | 11000 | 101110 | 110111 |
Color Harmonies of #C08156
Complementary color
Monochromatic Colors of #C08156
Black with #C08156
Text Example
Text Example
White with #C08156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08156; }
p { color: rgb(192,129,86); }
H1.HeaderClassName
{
color: #C08156;
}
.AnyTagClassName
{
color: #C08156;
}
</style>
background-color css
<style>
a { background-color: #C08156; }
a { background-color: rgb(192,129,86); }
div.DivClassName
{
background-color: #C08156;
}
.BgClassName
{
background-color: #C08156;
}
</style>
border-color css
<style>
span { border-color: #C08156; }
span { border-color: rgb(192,129,86); }
td.TdClassName
{
border-color: #C08156;
}
.TagClassName
{
border-color: #C08156;
}
</style>