Shades of Twine #C09558
Tints of Twine #C09558
RGB
CMYK
RGB Variations
Color information
#C09558 (or 0xC09558) is known color: Twine. HEX triplet: C0, 95 and 58. RGB value is (192,149,88). Sum of RGB (Red+Green+Blue) = 192+149+88=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C09558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09558 is #3F6AA7. Grayscale: #9B9B9B. Windows color (decimal): -4156072 or 5805504. OLE color: 5805504.
HSL color Cylindrical-coordinate representation of color #C09558: hue angle of 35.19º 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 #C09558 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 88 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.25 |
| HSL | 35.19º | 0.45% | 0.55% | - |
| HSV(B) | 35.19º | 0.54% | 0.75% | - |
| XYZ | 34.25 | 33.41 | 13.88 | - |
| YUV | 154.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 88 | 0 | 0.22 | 0.54 | 0.25 | 35.19 | 0.45 | 0.55 |
| Hex | C0 | 95 | 58 | 0 | 16 | 36 | 19 | 23 | 2D | 37 |
| Octal | 300 | 225 | 130 | 0 | 26 | 66 | 31 | 43 | 55 | 67 |
| Binary | 11000000 | 10010101 | 1011000 | 0 | 10110 | 110110 | 11001 | 100011 | 101101 | 110111 |
Color Harmonies of #C09558
Complementary color
Monochromatic Colors of #C09558
Black with #C09558
Text Example
Text Example
White with #C09558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09558; }
p { color: rgb(192,149,88); }
H1.HeaderClassName
{
color: #C09558;
}
.AnyTagClassName
{
color: #C09558;
}
</style>
background-color css
<style>
a { background-color: #C09558; }
a { background-color: rgb(192,149,88); }
div.DivClassName
{
background-color: #C09558;
}
.BgClassName
{
background-color: #C09558;
}
</style>
border-color css
<style>
span { border-color: #C09558; }
span { border-color: rgb(192,149,88); }
td.TdClassName
{
border-color: #C09558;
}
.TagClassName
{
border-color: #C09558;
}
</style>