Shades of Twine #C0935F
Tints of Twine #C0935F
RGB
CMYK
RGB Variations
Color information
#C0935F (or 0xC0935F) is known color: Twine. HEX triplet: C0, 93 and 5F. RGB value is (192,147,95). Sum of RGB (Red+Green+Blue) = 192+147+95=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0935F is #3F6CA0. Grayscale: #9A9A9A. Windows color (decimal): -4156577 or 6263744. OLE color: 6263744.
HSL color Cylindrical-coordinate representation of color #C0935F: hue angle of 32.16º 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 #C0935F is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 95 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.25 |
| HSL | 32.16º | 0.43% | 0.56% | - |
| HSV(B) | 32.16º | 0.51% | 0.75% | - |
| XYZ | 34.24 | 32.9 | 15.37 | - |
| YUV | 154.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 95 | 0 | 0.23 | 0.51 | 0.25 | 32.16 | 0.43 | 0.56 |
| Hex | C0 | 93 | 5F | 0 | 17 | 33 | 19 | 20 | 2B | 38 |
| Octal | 300 | 223 | 137 | 0 | 27 | 63 | 31 | 40 | 53 | 70 |
| Binary | 11000000 | 10010011 | 1011111 | 0 | 10111 | 110011 | 11001 | 100000 | 101011 | 111000 |
Color Harmonies of #C0935F
Complementary color
Monochromatic Colors of #C0935F
Black with #C0935F
Text Example
Text Example
White with #C0935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0935F; }
p { color: rgb(192,147,95); }
H1.HeaderClassName
{
color: #C0935F;
}
.AnyTagClassName
{
color: #C0935F;
}
</style>
background-color css
<style>
a { background-color: #C0935F; }
a { background-color: rgb(192,147,95); }
div.DivClassName
{
background-color: #C0935F;
}
.BgClassName
{
background-color: #C0935F;
}
</style>
border-color css
<style>
span { border-color: #C0935F; }
span { border-color: rgb(192,147,95); }
td.TdClassName
{
border-color: #C0935F;
}
.TagClassName
{
border-color: #C0935F;
}
</style>