Shades of Twine #C08D52
Tints of Twine #C08D52
RGB
CMYK
RGB Variations
Color information
#C08D52 (or 0xC08D52) is known color: Twine. HEX triplet: C0, 8D and 52. RGB value is (192,141,82). Sum of RGB (Red+Green+Blue) = 192+141+82=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D52 is #3F72AD. Grayscale: #959595. Windows color (decimal): -4158126 or 5410240. OLE color: 5410240.
HSL color Cylindrical-coordinate representation of color #C08D52: hue angle of 32.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C08D52 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 82 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.25 |
| HSL | 32.18º | 0.47% | 0.54% | - |
| HSV(B) | 32.18º | 0.57% | 0.75% | - |
| XYZ | 32.79 | 30.87 | 12.21 | - |
| YUV | 149.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 82 | 0 | 0.27 | 0.57 | 0.25 | 32.18 | 0.47 | 0.54 |
| Hex | C0 | 8D | 52 | 0 | 1B | 39 | 19 | 20 | 2F | 36 |
| Octal | 300 | 215 | 122 | 0 | 33 | 71 | 31 | 40 | 57 | 66 |
| Binary | 11000000 | 10001101 | 1010010 | 0 | 11011 | 111001 | 11001 | 100000 | 101111 | 110110 |
Color Harmonies of #C08D52
Complementary color
Monochromatic Colors of #C08D52
Black with #C08D52
Text Example
Text Example
White with #C08D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D52; }
p { color: rgb(192,141,82); }
H1.HeaderClassName
{
color: #C08D52;
}
.AnyTagClassName
{
color: #C08D52;
}
</style>
background-color css
<style>
a { background-color: #C08D52; }
a { background-color: rgb(192,141,82); }
div.DivClassName
{
background-color: #C08D52;
}
.BgClassName
{
background-color: #C08D52;
}
</style>
border-color css
<style>
span { border-color: #C08D52; }
span { border-color: rgb(192,141,82); }
td.TdClassName
{
border-color: #C08D52;
}
.TagClassName
{
border-color: #C08D52;
}
</style>