Shades of Twine #C08D55
Tints of Twine #C08D55
RGB
CMYK
RGB Variations
Color information
#C08D55 (or 0xC08D55) is known color: Twine. HEX triplet: C0, 8D and 55. RGB value is (192,141,85). Sum of RGB (Red+Green+Blue) = 192+141+85=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D55 is #3F72AA. Grayscale: #969696. Windows color (decimal): -4158123 or 5606848. OLE color: 5606848.
HSL color Cylindrical-coordinate representation of color #C08D55: hue angle of 31.4º 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 #C08D55 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 85 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.25 |
| HSL | 31.4º | 0.46% | 0.54% | - |
| HSV(B) | 31.4º | 0.56% | 0.75% | - |
| XYZ | 32.9 | 30.91 | 12.83 | - |
| YUV | 149.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 85 | 0 | 0.27 | 0.56 | 0.25 | 31.4 | 0.46 | 0.54 |
| Hex | C0 | 8D | 55 | 0 | 1B | 38 | 19 | 1F | 2E | 36 |
| Octal | 300 | 215 | 125 | 0 | 33 | 70 | 31 | 37 | 56 | 66 |
| Binary | 11000000 | 10001101 | 1010101 | 0 | 11011 | 111000 | 11001 | 11111 | 101110 | 110110 |
Color Harmonies of #C08D55
Complementary color
Monochromatic Colors of #C08D55
Black with #C08D55
Text Example
Text Example
White with #C08D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D55; }
p { color: rgb(192,141,85); }
H1.HeaderClassName
{
color: #C08D55;
}
.AnyTagClassName
{
color: #C08D55;
}
</style>
background-color css
<style>
a { background-color: #C08D55; }
a { background-color: rgb(192,141,85); }
div.DivClassName
{
background-color: #C08D55;
}
.BgClassName
{
background-color: #C08D55;
}
</style>
border-color css
<style>
span { border-color: #C08D55; }
span { border-color: rgb(192,141,85); }
td.TdClassName
{
border-color: #C08D55;
}
.TagClassName
{
border-color: #C08D55;
}
</style>