Shades of Twine #C0905E
Tints of Twine #C0905E
RGB
CMYK
RGB Variations
Color information
#C0905E (or 0xC0905E) is known color: Twine. HEX triplet: C0, 90 and 5E. RGB value is (192,144,94). Sum of RGB (Red+Green+Blue) = 192+144+94=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0905E is #3F6FA1. Grayscale: #989898. Windows color (decimal): -4157346 or 6197440. OLE color: 6197440.
HSL color Cylindrical-coordinate representation of color #C0905E: hue angle of 30.61º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0905E is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 94 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.25 |
| HSL | 30.61º | 0.44% | 0.56% | - |
| HSV(B) | 30.61º | 0.51% | 0.75% | - |
| XYZ | 33.73 | 31.96 | 14.98 | - |
| YUV | 152.65 | 94.9 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 94 | 0 | 0.25 | 0.51 | 0.25 | 30.61 | 0.44 | 0.56 |
| Hex | C0 | 90 | 5E | 0 | 19 | 33 | 19 | 1F | 2C | 38 |
| Octal | 300 | 220 | 136 | 0 | 31 | 63 | 31 | 37 | 54 | 70 |
| Binary | 11000000 | 10010000 | 1011110 | 0 | 11001 | 110011 | 11001 | 11111 | 101100 | 111000 |
Color Harmonies of #C0905E
Complementary color
Monochromatic Colors of #C0905E
Black with #C0905E
Text Example
Text Example
White with #C0905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0905E; }
p { color: rgb(192,144,94); }
H1.HeaderClassName
{
color: #C0905E;
}
.AnyTagClassName
{
color: #C0905E;
}
</style>
background-color css
<style>
a { background-color: #C0905E; }
a { background-color: rgb(192,144,94); }
div.DivClassName
{
background-color: #C0905E;
}
.BgClassName
{
background-color: #C0905E;
}
</style>
border-color css
<style>
span { border-color: #C0905E; }
span { border-color: rgb(192,144,94); }
td.TdClassName
{
border-color: #C0905E;
}
.TagClassName
{
border-color: #C0905E;
}
</style>