Shades of Twine #C08D5D
Tints of Twine #C08D5D
RGB
CMYK
RGB Variations
Color information
#C08D5D (or 0xC08D5D) is known color: Twine. HEX triplet: C0, 8D and 5D. RGB value is (192,141,93). Sum of RGB (Red+Green+Blue) = 192+141+93=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D5D is #3F72A2. Grayscale: #979797. Windows color (decimal): -4158115 or 6131136. OLE color: 6131136.
HSL color Cylindrical-coordinate representation of color #C08D5D: hue angle of 29.09º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C08D5D is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 93 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.25 |
| HSL | 29.09º | 0.44% | 0.56% | - |
| HSV(B) | 29.09º | 0.52% | 0.75% | - |
| XYZ | 33.24 | 31.05 | 14.6 | - |
| YUV | 150.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 93 | 0 | 0.27 | 0.52 | 0.25 | 29.09 | 0.44 | 0.56 |
| Hex | C0 | 8D | 5D | 0 | 1B | 34 | 19 | 1D | 2C | 38 |
| Octal | 300 | 215 | 135 | 0 | 33 | 64 | 31 | 35 | 54 | 70 |
| Binary | 11000000 | 10001101 | 1011101 | 0 | 11011 | 110100 | 11001 | 11101 | 101100 | 111000 |
Color Harmonies of #C08D5D
Complementary color
Monochromatic Colors of #C08D5D
Black with #C08D5D
Text Example
Text Example
White with #C08D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D5D; }
p { color: rgb(192,141,93); }
H1.HeaderClassName
{
color: #C08D5D;
}
.AnyTagClassName
{
color: #C08D5D;
}
</style>
background-color css
<style>
a { background-color: #C08D5D; }
a { background-color: rgb(192,141,93); }
div.DivClassName
{
background-color: #C08D5D;
}
.BgClassName
{
background-color: #C08D5D;
}
</style>
border-color css
<style>
span { border-color: #C08D5D; }
span { border-color: rgb(192,141,93); }
td.TdClassName
{
border-color: #C08D5D;
}
.TagClassName
{
border-color: #C08D5D;
}
</style>