Shades of Twine #C09756
Tints of Twine #C09756
RGB
CMYK
RGB Variations
Color information
#C09756 (or 0xC09756) is known color: Twine. HEX triplet: C0, 97 and 56. RGB value is (192,151,86). Sum of RGB (Red+Green+Blue) = 192+151+86=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C09756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09756 is #3F68A9. Grayscale: #9C9C9C. Windows color (decimal): -4155562 or 5674944. OLE color: 5674944.
HSL color Cylindrical-coordinate representation of color #C09756: hue angle of 36.79º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C09756 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 86 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.25 |
| HSL | 36.79º | 0.46% | 0.55% | - |
| HSV(B) | 36.79º | 0.55% | 0.75% | - |
| XYZ | 34.48 | 34.01 | 13.55 | - |
| YUV | 155.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 86 | 0 | 0.21 | 0.55 | 0.25 | 36.79 | 0.46 | 0.55 |
| Hex | C0 | 97 | 56 | 0 | 15 | 37 | 19 | 25 | 2E | 37 |
| Octal | 300 | 227 | 126 | 0 | 25 | 67 | 31 | 45 | 56 | 67 |
| Binary | 11000000 | 10010111 | 1010110 | 0 | 10101 | 110111 | 11001 | 100101 | 101110 | 110111 |
Color Harmonies of #C09756
Complementary color
Monochromatic Colors of #C09756
Black with #C09756
Text Example
Text Example
White with #C09756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09756; }
p { color: rgb(192,151,86); }
H1.HeaderClassName
{
color: #C09756;
}
.AnyTagClassName
{
color: #C09756;
}
</style>
background-color css
<style>
a { background-color: #C09756; }
a { background-color: rgb(192,151,86); }
div.DivClassName
{
background-color: #C09756;
}
.BgClassName
{
background-color: #C09756;
}
</style>
border-color css
<style>
span { border-color: #C09756; }
span { border-color: rgb(192,151,86); }
td.TdClassName
{
border-color: #C09756;
}
.TagClassName
{
border-color: #C09756;
}
</style>