Shades of Twine #C09655
Tints of Twine #C09655
RGB
CMYK
RGB Variations
Color information
#C09655 (or 0xC09655) is known color: Twine. HEX triplet: C0, 96 and 55. RGB value is (192,150,85). Sum of RGB (Red+Green+Blue) = 192+150+85=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C09655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09655 is #3F69AA. Grayscale: #9B9B9B. Windows color (decimal): -4155819 or 5609152. OLE color: 5609152.
HSL color Cylindrical-coordinate representation of color #C09655: hue angle of 36.45º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C09655 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 85 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.25 |
| HSL | 36.45º | 0.46% | 0.54% | - |
| HSV(B) | 36.45º | 0.56% | 0.75% | - |
| XYZ | 34.28 | 33.68 | 13.29 | - |
| YUV | 155.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 85 | 0 | 0.22 | 0.56 | 0.25 | 36.45 | 0.46 | 0.54 |
| Hex | C0 | 96 | 55 | 0 | 16 | 38 | 19 | 24 | 2E | 36 |
| Octal | 300 | 226 | 125 | 0 | 26 | 70 | 31 | 44 | 56 | 66 |
| Binary | 11000000 | 10010110 | 1010101 | 0 | 10110 | 111000 | 11001 | 100100 | 101110 | 110110 |
Color Harmonies of #C09655
Complementary color
Monochromatic Colors of #C09655
Black with #C09655
Text Example
Text Example
White with #C09655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09655; }
p { color: rgb(192,150,85); }
H1.HeaderClassName
{
color: #C09655;
}
.AnyTagClassName
{
color: #C09655;
}
</style>
background-color css
<style>
a { background-color: #C09655; }
a { background-color: rgb(192,150,85); }
div.DivClassName
{
background-color: #C09655;
}
.BgClassName
{
background-color: #C09655;
}
</style>
border-color css
<style>
span { border-color: #C09655; }
span { border-color: rgb(192,150,85); }
td.TdClassName
{
border-color: #C09655;
}
.TagClassName
{
border-color: #C09655;
}
</style>