Shades of Hokey Pokey #C59031
Tints of Hokey Pokey #C59031
RGB
CMYK
RGB Variations
Color information
#C59031 (or 0xC59031) is known color: Hokey Pokey. HEX triplet: C5, 90 and 31. RGB value is (197,144,49). Sum of RGB (Red+Green+Blue) = 197+144+49=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C59031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59031 is #3A6FCE. Grayscale: #959595. Windows color (decimal): -3829711 or 3248325. OLE color: 3248325.
HSL color Cylindrical-coordinate representation of color #C59031: hue angle of 38.51º 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 #C59031 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 49 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.23 |
| HSL | 38.51º | 0.6% | 0.48% | - |
| HSV(B) | 38.51º | 0.75% | 0.77% | - |
| XYZ | 33.55 | 32.04 | 7.32 | - |
| YUV | 149.02 | 71.56 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 49 | 0 | 0.27 | 0.75 | 0.23 | 38.51 | 0.6 | 0.48 |
| Hex | C5 | 90 | 31 | 0 | 1B | 4B | 17 | 27 | 3C | 30 |
| Octal | 305 | 220 | 61 | 0 | 33 | 113 | 27 | 47 | 74 | 60 |
| Binary | 11000101 | 10010000 | 110001 | 0 | 11011 | 1001011 | 10111 | 100111 | 111100 | 110000 |
Color Harmonies of #C59031
Complementary color
Monochromatic Colors of #C59031
Black with #C59031
Text Example
Text Example
White with #C59031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59031; }
p { color: rgb(197,144,49); }
H1.HeaderClassName
{
color: #C59031;
}
.AnyTagClassName
{
color: #C59031;
}
</style>
background-color css
<style>
a { background-color: #C59031; }
a { background-color: rgb(197,144,49); }
div.DivClassName
{
background-color: #C59031;
}
.BgClassName
{
background-color: #C59031;
}
</style>
border-color css
<style>
span { border-color: #C59031; }
span { border-color: rgb(197,144,49); }
td.TdClassName
{
border-color: #C59031;
}
.TagClassName
{
border-color: #C59031;
}
</style>