Shades of Twine #C09660
Tints of Twine #C09660
RGB
CMYK
RGB Variations
Color information
#C09660 (or 0xC09660) is known color: Twine. HEX triplet: C0, 96 and 60. RGB value is (192,150,96). Sum of RGB (Red+Green+Blue) = 192+150+96=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C09660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09660 is #3F699F. Grayscale: #9C9C9C. Windows color (decimal): -4155808 or 6330048. OLE color: 6330048.
HSL color Cylindrical-coordinate representation of color #C09660: hue angle of 33.75º 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 #C09660 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 96 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.25 |
| HSL | 33.75º | 0.43% | 0.56% | - |
| HSV(B) | 33.75º | 0.5% | 0.75% | - |
| XYZ | 34.76 | 33.86 | 15.77 | - |
| YUV | 156.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 96 | 0 | 0.22 | 0.50 | 0.25 | 33.75 | 0.43 | 0.56 |
| Hex | C0 | 96 | 60 | 0 | 16 | 32 | 19 | 22 | 2B | 38 |
| Octal | 300 | 226 | 140 | 0 | 26 | 62 | 31 | 42 | 53 | 70 |
| Binary | 11000000 | 10010110 | 1100000 | 0 | 10110 | 110010 | 11001 | 100010 | 101011 | 111000 |
Color Harmonies of #C09660
Complementary color
Monochromatic Colors of #C09660
Black with #C09660
Text Example
Text Example
White with #C09660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09660; }
p { color: rgb(192,150,96); }
H1.HeaderClassName
{
color: #C09660;
}
.AnyTagClassName
{
color: #C09660;
}
</style>
background-color css
<style>
a { background-color: #C09660; }
a { background-color: rgb(192,150,96); }
div.DivClassName
{
background-color: #C09660;
}
.BgClassName
{
background-color: #C09660;
}
</style>
border-color css
<style>
span { border-color: #C09660; }
span { border-color: rgb(192,150,96); }
td.TdClassName
{
border-color: #C09660;
}
.TagClassName
{
border-color: #C09660;
}
</style>