Shades of Hokey Pokey #C59531
Tints of Hokey Pokey #C59531
RGB
CMYK
RGB Variations
Color information
#C59531 (or 0xC59531) is known color: Hokey Pokey. HEX triplet: C5, 95 and 31. RGB value is (197,149,49). Sum of RGB (Red+Green+Blue) = 197+149+49=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C59531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59531 is #3A6ACE. Grayscale: #989898. Windows color (decimal): -3828431 or 3249605. OLE color: 3249605.
HSL color Cylindrical-coordinate representation of color #C59531: hue angle of 40.54º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C59531 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 49 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.23 |
| HSL | 40.54º | 0.6% | 0.48% | - |
| HSV(B) | 40.54º | 0.75% | 0.77% | - |
| XYZ | 34.33 | 33.59 | 7.58 | - |
| YUV | 151.95 | 69.9 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 49 | 0 | 0.24 | 0.75 | 0.23 | 40.54 | 0.6 | 0.48 |
| Hex | C5 | 95 | 31 | 0 | 18 | 4B | 17 | 29 | 3C | 30 |
| Octal | 305 | 225 | 61 | 0 | 30 | 113 | 27 | 51 | 74 | 60 |
| Binary | 11000101 | 10010101 | 110001 | 0 | 11000 | 1001011 | 10111 | 101001 | 111100 | 110000 |
Color Harmonies of #C59531
Complementary color
Monochromatic Colors of #C59531
Black with #C59531
Text Example
Text Example
White with #C59531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59531; }
p { color: rgb(197,149,49); }
H1.HeaderClassName
{
color: #C59531;
}
.AnyTagClassName
{
color: #C59531;
}
</style>
background-color css
<style>
a { background-color: #C59531; }
a { background-color: rgb(197,149,49); }
div.DivClassName
{
background-color: #C59531;
}
.BgClassName
{
background-color: #C59531;
}
</style>
border-color css
<style>
span { border-color: #C59531; }
span { border-color: rgb(197,149,49); }
td.TdClassName
{
border-color: #C59531;
}
.TagClassName
{
border-color: #C59531;
}
</style>