Shades of Twine #C59250
Tints of Twine #C59250
RGB
CMYK
RGB Variations
Color information
#C59250 (or 0xC59250) is known color: Twine. HEX triplet: C5, 92 and 50. RGB value is (197,146,80). Sum of RGB (Red+Green+Blue) = 197+146+80=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C59250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59250 is #3A6DAF. Grayscale: #9A9A9A. Windows color (decimal): -3829168 or 5280453. OLE color: 5280453.
HSL color Cylindrical-coordinate representation of color #C59250: hue angle of 33.85º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C59250 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 80 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.23 |
| HSL | 33.85º | 0.5% | 0.54% | - |
| HSV(B) | 33.85º | 0.59% | 0.77% | - |
| XYZ | 34.75 | 33.01 | 12.13 | - |
| YUV | 153.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 80 | 0 | 0.26 | 0.59 | 0.23 | 33.85 | 0.5 | 0.54 |
| Hex | C5 | 92 | 50 | 0 | 1A | 3B | 17 | 22 | 32 | 36 |
| Octal | 305 | 222 | 120 | 0 | 32 | 73 | 27 | 42 | 62 | 66 |
| Binary | 11000101 | 10010010 | 1010000 | 0 | 11010 | 111011 | 10111 | 100010 | 110010 | 110110 |
Color Harmonies of #C59250
Complementary color
Monochromatic Colors of #C59250
Black with #C59250
Text Example
Text Example
White with #C59250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59250; }
p { color: rgb(197,146,80); }
H1.HeaderClassName
{
color: #C59250;
}
.AnyTagClassName
{
color: #C59250;
}
</style>
background-color css
<style>
a { background-color: #C59250; }
a { background-color: rgb(197,146,80); }
div.DivClassName
{
background-color: #C59250;
}
.BgClassName
{
background-color: #C59250;
}
</style>
border-color css
<style>
span { border-color: #C59250; }
span { border-color: rgb(197,146,80); }
td.TdClassName
{
border-color: #C59250;
}
.TagClassName
{
border-color: #C59250;
}
</style>