Shades of Twine #C59058
Tints of Twine #C59058
RGB
CMYK
RGB Variations
Color information
#C59058 (or 0xC59058) is known color: Twine. HEX triplet: C5, 90 and 58. RGB value is (197,144,88). Sum of RGB (Red+Green+Blue) = 197+144+88=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C59058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59058 is #3A6FA7. Grayscale: #999999. Windows color (decimal): -3829672 or 5804229. OLE color: 5804229.
HSL color Cylindrical-coordinate representation of color #C59058: hue angle of 30.83º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C59058 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 88 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.23 |
| HSL | 30.83º | 0.48% | 0.56% | - |
| HSV(B) | 30.83º | 0.55% | 0.77% | - |
| XYZ | 34.76 | 32.52 | 13.68 | - |
| YUV | 153.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 88 | 0 | 0.27 | 0.55 | 0.23 | 30.83 | 0.48 | 0.56 |
| Hex | C5 | 90 | 58 | 0 | 1B | 37 | 17 | 1F | 30 | 38 |
| Octal | 305 | 220 | 130 | 0 | 33 | 67 | 27 | 37 | 60 | 70 |
| Binary | 11000101 | 10010000 | 1011000 | 0 | 11011 | 110111 | 10111 | 11111 | 110000 | 111000 |
Color Harmonies of #C59058
Complementary color
Monochromatic Colors of #C59058
Black with #C59058
Text Example
Text Example
White with #C59058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59058; }
p { color: rgb(197,144,88); }
H1.HeaderClassName
{
color: #C59058;
}
.AnyTagClassName
{
color: #C59058;
}
</style>
background-color css
<style>
a { background-color: #C59058; }
a { background-color: rgb(197,144,88); }
div.DivClassName
{
background-color: #C59058;
}
.BgClassName
{
background-color: #C59058;
}
</style>
border-color css
<style>
span { border-color: #C59058; }
span { border-color: rgb(197,144,88); }
td.TdClassName
{
border-color: #C59058;
}
.TagClassName
{
border-color: #C59058;
}
</style>