Shades of Twine #C0895D
Tints of Twine #C0895D
RGB
CMYK
RGB Variations
Color information
#C0895D (or 0xC0895D) is known color: Twine. HEX triplet: C0, 89 and 5D. RGB value is (192,137,93). Sum of RGB (Red+Green+Blue) = 192+137+93=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0895D is #3F76A2. Grayscale: #949494. Windows color (decimal): -4159139 or 6130112. OLE color: 6130112.
HSL color Cylindrical-coordinate representation of color #C0895D: hue angle of 26.67º 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 #C0895D is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 93 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.25 |
| HSL | 26.67º | 0.44% | 0.56% | - |
| HSV(B) | 26.67º | 0.52% | 0.75% | - |
| XYZ | 32.66 | 29.89 | 14.4 | - |
| YUV | 148.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 93 | 0 | 0.29 | 0.52 | 0.25 | 26.67 | 0.44 | 0.56 |
| Hex | C0 | 89 | 5D | 0 | 1D | 34 | 19 | 1B | 2C | 38 |
| Octal | 300 | 211 | 135 | 0 | 35 | 64 | 31 | 33 | 54 | 70 |
| Binary | 11000000 | 10001001 | 1011101 | 0 | 11101 | 110100 | 11001 | 11011 | 101100 | 111000 |
Color Harmonies of #C0895D
Complementary color
Monochromatic Colors of #C0895D
Black with #C0895D
Text Example
Text Example
White with #C0895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0895D; }
p { color: rgb(192,137,93); }
H1.HeaderClassName
{
color: #C0895D;
}
.AnyTagClassName
{
color: #C0895D;
}
</style>
background-color css
<style>
a { background-color: #C0895D; }
a { background-color: rgb(192,137,93); }
div.DivClassName
{
background-color: #C0895D;
}
.BgClassName
{
background-color: #C0895D;
}
</style>
border-color css
<style>
span { border-color: #C0895D; }
span { border-color: rgb(192,137,93); }
td.TdClassName
{
border-color: #C0895D;
}
.TagClassName
{
border-color: #C0895D;
}
</style>