Shades of Twine #C0905F
Tints of Twine #C0905F
RGB
CMYK
RGB Variations
Color information
#C0905F (or 0xC0905F) is known color: Twine. HEX triplet: C0, 90 and 5F. RGB value is (192,144,95). Sum of RGB (Red+Green+Blue) = 192+144+95=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0905F is #3F6FA0. Grayscale: #999999. Windows color (decimal): -4157345 or 6262976. OLE color: 6262976.
HSL color Cylindrical-coordinate representation of color #C0905F: hue angle of 30.31º degrees, saturation: 0.43, 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 #C0905F is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 95 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.25 |
| HSL | 30.31º | 0.43% | 0.56% | - |
| HSV(B) | 30.31º | 0.51% | 0.75% | - |
| XYZ | 33.78 | 31.98 | 15.22 | - |
| YUV | 152.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 95 | 0 | 0.25 | 0.51 | 0.25 | 30.31 | 0.43 | 0.56 |
| Hex | C0 | 90 | 5F | 0 | 19 | 33 | 19 | 1E | 2B | 38 |
| Octal | 300 | 220 | 137 | 0 | 31 | 63 | 31 | 36 | 53 | 70 |
| Binary | 11000000 | 10010000 | 1011111 | 0 | 11001 | 110011 | 11001 | 11110 | 101011 | 111000 |
Color Harmonies of #C0905F
Complementary color
Monochromatic Colors of #C0905F
Black with #C0905F
Text Example
Text Example
White with #C0905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0905F; }
p { color: rgb(192,144,95); }
H1.HeaderClassName
{
color: #C0905F;
}
.AnyTagClassName
{
color: #C0905F;
}
</style>
background-color css
<style>
a { background-color: #C0905F; }
a { background-color: rgb(192,144,95); }
div.DivClassName
{
background-color: #C0905F;
}
.BgClassName
{
background-color: #C0905F;
}
</style>
border-color css
<style>
span { border-color: #C0905F; }
span { border-color: rgb(192,144,95); }
td.TdClassName
{
border-color: #C0905F;
}
.TagClassName
{
border-color: #C0905F;
}
</style>