Shades of Twine #C08955
Tints of Twine #C08955
RGB
CMYK
RGB Variations
Color information
#C08955 (or 0xC08955) is known color: Twine. HEX triplet: C0, 89 and 55. RGB value is (192,137,85). Sum of RGB (Red+Green+Blue) = 192+137+85=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C08955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08955 is #3F76AA. Grayscale: #939393. Windows color (decimal): -4159147 or 5605824. OLE color: 5605824.
HSL color Cylindrical-coordinate representation of color #C08955: hue angle of 29.16º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C08955 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 85 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.25 |
| HSL | 29.16º | 0.46% | 0.54% | - |
| HSV(B) | 29.16º | 0.56% | 0.75% | - |
| XYZ | 32.32 | 29.75 | 12.63 | - |
| YUV | 147.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 85 | 0 | 0.29 | 0.56 | 0.25 | 29.16 | 0.46 | 0.54 |
| Hex | C0 | 89 | 55 | 0 | 1D | 38 | 19 | 1D | 2E | 36 |
| Octal | 300 | 211 | 125 | 0 | 35 | 70 | 31 | 35 | 56 | 66 |
| Binary | 11000000 | 10001001 | 1010101 | 0 | 11101 | 111000 | 11001 | 11101 | 101110 | 110110 |
Color Harmonies of #C08955
Complementary color
Monochromatic Colors of #C08955
Black with #C08955
Text Example
Text Example
White with #C08955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08955; }
p { color: rgb(192,137,85); }
H1.HeaderClassName
{
color: #C08955;
}
.AnyTagClassName
{
color: #C08955;
}
</style>
background-color css
<style>
a { background-color: #C08955; }
a { background-color: rgb(192,137,85); }
div.DivClassName
{
background-color: #C08955;
}
.BgClassName
{
background-color: #C08955;
}
</style>
border-color css
<style>
span { border-color: #C08955; }
span { border-color: rgb(192,137,85); }
td.TdClassName
{
border-color: #C08955;
}
.TagClassName
{
border-color: #C08955;
}
</style>