Shades of Twine #C09B58
Tints of Twine #C09B58
RGB
CMYK
RGB Variations
Color information
#C09B58 (or 0xC09B58) is known color: Twine. HEX triplet: C0, 9B and 58. RGB value is (192,155,88). Sum of RGB (Red+Green+Blue) = 192+155+88=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B58 is #3F64A7. Grayscale: #9E9E9E. Windows color (decimal): -4154536 or 5807040. OLE color: 5807040.
HSL color Cylindrical-coordinate representation of color #C09B58: hue angle of 38.65º 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 #C09B58 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 88 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.25 |
| HSL | 38.65º | 0.45% | 0.55% | - |
| HSV(B) | 38.65º | 0.54% | 0.75% | - |
| XYZ | 35.22 | 35.35 | 14.2 | - |
| YUV | 158.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 88 | 0 | 0.19 | 0.54 | 0.25 | 38.65 | 0.45 | 0.55 |
| Hex | C0 | 9B | 58 | 0 | 13 | 36 | 19 | 27 | 2D | 37 |
| Octal | 300 | 233 | 130 | 0 | 23 | 66 | 31 | 47 | 55 | 67 |
| Binary | 11000000 | 10011011 | 1011000 | 0 | 10011 | 110110 | 11001 | 100111 | 101101 | 110111 |
Color Harmonies of #C09B58
Complementary color
Monochromatic Colors of #C09B58
Black with #C09B58
Text Example
Text Example
White with #C09B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B58; }
p { color: rgb(192,155,88); }
H1.HeaderClassName
{
color: #C09B58;
}
.AnyTagClassName
{
color: #C09B58;
}
</style>
background-color css
<style>
a { background-color: #C09B58; }
a { background-color: rgb(192,155,88); }
div.DivClassName
{
background-color: #C09B58;
}
.BgClassName
{
background-color: #C09B58;
}
</style>
border-color css
<style>
span { border-color: #C09B58; }
span { border-color: rgb(192,155,88); }
td.TdClassName
{
border-color: #C09B58;
}
.TagClassName
{
border-color: #C09B58;
}
</style>