Shades of Twine #C0905D
Tints of Twine #C0905D
RGB
CMYK
RGB Variations
Color information
#C0905D (or 0xC0905D) is known color: Twine. HEX triplet: C0, 90 and 5D. RGB value is (192,144,93). Sum of RGB (Red+Green+Blue) = 192+144+93=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0905D is #3F6FA2. Grayscale: #989898. Windows color (decimal): -4157347 or 6131904. OLE color: 6131904.
HSL color Cylindrical-coordinate representation of color #C0905D: hue angle of 30.91º 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 #C0905D is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 93 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.25 |
| HSL | 30.91º | 0.44% | 0.56% | - |
| HSV(B) | 30.91º | 0.52% | 0.75% | - |
| XYZ | 33.69 | 31.94 | 14.75 | - |
| YUV | 152.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 93 | 0 | 0.25 | 0.52 | 0.25 | 30.91 | 0.44 | 0.56 |
| Hex | C0 | 90 | 5D | 0 | 19 | 34 | 19 | 1F | 2C | 38 |
| Octal | 300 | 220 | 135 | 0 | 31 | 64 | 31 | 37 | 54 | 70 |
| Binary | 11000000 | 10010000 | 1011101 | 0 | 11001 | 110100 | 11001 | 11111 | 101100 | 111000 |
Color Harmonies of #C0905D
Complementary color
Monochromatic Colors of #C0905D
Black with #C0905D
Text Example
Text Example
White with #C0905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0905D; }
p { color: rgb(192,144,93); }
H1.HeaderClassName
{
color: #C0905D;
}
.AnyTagClassName
{
color: #C0905D;
}
</style>
background-color css
<style>
a { background-color: #C0905D; }
a { background-color: rgb(192,144,93); }
div.DivClassName
{
background-color: #C0905D;
}
.BgClassName
{
background-color: #C0905D;
}
</style>
border-color css
<style>
span { border-color: #C0905D; }
span { border-color: rgb(192,144,93); }
td.TdClassName
{
border-color: #C0905D;
}
.TagClassName
{
border-color: #C0905D;
}
</style>