Shades of Twine #C09758
Tints of Twine #C09758
RGB
CMYK
RGB Variations
Color information
#C09758 (or 0xC09758) is known color: Twine. HEX triplet: C0, 97 and 58. RGB value is (192,151,88). Sum of RGB (Red+Green+Blue) = 192+151+88=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C09758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09758 is #3F68A7. Grayscale: #9C9C9C. Windows color (decimal): -4155560 or 5806016. OLE color: 5806016.
HSL color Cylindrical-coordinate representation of color #C09758: hue angle of 36.35º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C09758 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 88 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.25 |
| HSL | 36.35º | 0.45% | 0.55% | - |
| HSV(B) | 36.35º | 0.54% | 0.75% | - |
| XYZ | 34.57 | 34.04 | 13.98 | - |
| YUV | 156.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 88 | 0 | 0.21 | 0.54 | 0.25 | 36.35 | 0.45 | 0.55 |
| Hex | C0 | 97 | 58 | 0 | 15 | 36 | 19 | 24 | 2D | 37 |
| Octal | 300 | 227 | 130 | 0 | 25 | 66 | 31 | 44 | 55 | 67 |
| Binary | 11000000 | 10010111 | 1011000 | 0 | 10101 | 110110 | 11001 | 100100 | 101101 | 110111 |
Color Harmonies of #C09758
Complementary color
Monochromatic Colors of #C09758
Black with #C09758
Text Example
Text Example
White with #C09758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09758; }
p { color: rgb(192,151,88); }
H1.HeaderClassName
{
color: #C09758;
}
.AnyTagClassName
{
color: #C09758;
}
</style>
background-color css
<style>
a { background-color: #C09758; }
a { background-color: rgb(192,151,88); }
div.DivClassName
{
background-color: #C09758;
}
.BgClassName
{
background-color: #C09758;
}
</style>
border-color css
<style>
span { border-color: #C09758; }
span { border-color: rgb(192,151,88); }
td.TdClassName
{
border-color: #C09758;
}
.TagClassName
{
border-color: #C09758;
}
</style>