Shades of Hokey Pokey #C49031
Tints of Hokey Pokey #C49031
RGB
CMYK
RGB Variations
Color information
#C49031 (or 0xC49031) is known color: Hokey Pokey. HEX triplet: C4, 90 and 31. RGB value is (196,144,49). Sum of RGB (Red+Green+Blue) = 196+144+49=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C49031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49031 is #3B6FCE. Grayscale: #959595. Windows color (decimal): -3895247 or 3248324. OLE color: 3248324.
HSL color Cylindrical-coordinate representation of color #C49031: hue angle of 38.78º 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 #C49031 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 49 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.23 |
| HSL | 38.78º | 0.6% | 0.48% | - |
| HSV(B) | 38.78º | 0.75% | 0.77% | - |
| XYZ | 33.29 | 31.9 | 7.31 | - |
| YUV | 148.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 49 | 0 | 0.27 | 0.75 | 0.23 | 38.78 | 0.6 | 0.48 |
| Hex | C4 | 90 | 31 | 0 | 1B | 4B | 17 | 27 | 3C | 30 |
| Octal | 304 | 220 | 61 | 0 | 33 | 113 | 27 | 47 | 74 | 60 |
| Binary | 11000100 | 10010000 | 110001 | 0 | 11011 | 1001011 | 10111 | 100111 | 111100 | 110000 |
Color Harmonies of #C49031
Complementary color
Monochromatic Colors of #C49031
Black with #C49031
Text Example
Text Example
White with #C49031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49031; }
p { color: rgb(196,144,49); }
H1.HeaderClassName
{
color: #C49031;
}
.AnyTagClassName
{
color: #C49031;
}
</style>
background-color css
<style>
a { background-color: #C49031; }
a { background-color: rgb(196,144,49); }
div.DivClassName
{
background-color: #C49031;
}
.BgClassName
{
background-color: #C49031;
}
</style>
border-color css
<style>
span { border-color: #C49031; }
span { border-color: rgb(196,144,49); }
td.TdClassName
{
border-color: #C49031;
}
.TagClassName
{
border-color: #C49031;
}
</style>