Shades of Twine #C09360
Tints of Twine #C09360
RGB
CMYK
RGB Variations
Color information
#C09360 (or 0xC09360) is known color: Twine. HEX triplet: C0, 93 and 60. RGB value is (192,147,96). Sum of RGB (Red+Green+Blue) = 192+147+96=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C09360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09360 is #3F6C9F. Grayscale: #9A9A9A. Windows color (decimal): -4156576 or 6329280. OLE color: 6329280.
HSL color Cylindrical-coordinate representation of color #C09360: hue angle of 31.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C09360 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 96 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.25 |
| HSL | 31.88º | 0.43% | 0.56% | - |
| HSV(B) | 31.88º | 0.5% | 0.75% | - |
| XYZ | 34.28 | 32.92 | 15.61 | - |
| YUV | 154.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 96 | 0 | 0.23 | 0.50 | 0.25 | 31.88 | 0.43 | 0.56 |
| Hex | C0 | 93 | 60 | 0 | 17 | 32 | 19 | 20 | 2B | 38 |
| Octal | 300 | 223 | 140 | 0 | 27 | 62 | 31 | 40 | 53 | 70 |
| Binary | 11000000 | 10010011 | 1100000 | 0 | 10111 | 110010 | 11001 | 100000 | 101011 | 111000 |
Color Harmonies of #C09360
Complementary color
Monochromatic Colors of #C09360
Black with #C09360
Text Example
Text Example
White with #C09360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09360; }
p { color: rgb(192,147,96); }
H1.HeaderClassName
{
color: #C09360;
}
.AnyTagClassName
{
color: #C09360;
}
</style>
background-color css
<style>
a { background-color: #C09360; }
a { background-color: rgb(192,147,96); }
div.DivClassName
{
background-color: #C09360;
}
.BgClassName
{
background-color: #C09360;
}
</style>
border-color css
<style>
span { border-color: #C09360; }
span { border-color: rgb(192,147,96); }
td.TdClassName
{
border-color: #C09360;
}
.TagClassName
{
border-color: #C09360;
}
</style>