Shades of Twine #C0885D
Tints of Twine #C0885D
RGB
CMYK
RGB Variations
Color information
#C0885D (or 0xC0885D) is known color: Twine. HEX triplet: C0, 88 and 5D. RGB value is (192,136,93). Sum of RGB (Red+Green+Blue) = 192+136+93=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0885D is #3F77A2. Grayscale: #949494. Windows color (decimal): -4159395 or 6129856. OLE color: 6129856.
HSL color Cylindrical-coordinate representation of color #C0885D: hue angle of 26.06º 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 #C0885D is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 93 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.25 |
| HSL | 26.06º | 0.44% | 0.56% | - |
| HSV(B) | 26.06º | 0.52% | 0.75% | - |
| XYZ | 32.52 | 29.61 | 14.36 | - |
| YUV | 147.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 93 | 0 | 0.29 | 0.52 | 0.25 | 26.06 | 0.44 | 0.56 |
| Hex | C0 | 88 | 5D | 0 | 1D | 34 | 19 | 1A | 2C | 38 |
| Octal | 300 | 210 | 135 | 0 | 35 | 64 | 31 | 32 | 54 | 70 |
| Binary | 11000000 | 10001000 | 1011101 | 0 | 11101 | 110100 | 11001 | 11010 | 101100 | 111000 |
Color Harmonies of #C0885D
Complementary color
Monochromatic Colors of #C0885D
Black with #C0885D
Text Example
Text Example
White with #C0885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0885D; }
p { color: rgb(192,136,93); }
H1.HeaderClassName
{
color: #C0885D;
}
.AnyTagClassName
{
color: #C0885D;
}
</style>
background-color css
<style>
a { background-color: #C0885D; }
a { background-color: rgb(192,136,93); }
div.DivClassName
{
background-color: #C0885D;
}
.BgClassName
{
background-color: #C0885D;
}
</style>
border-color css
<style>
span { border-color: #C0885D; }
span { border-color: rgb(192,136,93); }
td.TdClassName
{
border-color: #C0885D;
}
.TagClassName
{
border-color: #C0885D;
}
</style>