Shades of Hokey Pokey #C49130
Tints of Hokey Pokey #C49130
RGB
CMYK
RGB Variations
Color information
#C49130 (or 0xC49130) is known color: Hokey Pokey. HEX triplet: C4, 91 and 30. RGB value is (196,145,48). Sum of RGB (Red+Green+Blue) = 196+145+48=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C49130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49130 is #3B6ECF. Grayscale: #959595. Windows color (decimal): -3894992 or 3183044. OLE color: 3183044.
HSL color Cylindrical-coordinate representation of color #C49130: hue angle of 39.32º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C49130 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 48 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.23 |
| HSL | 39.32º | 0.61% | 0.48% | - |
| HSV(B) | 39.32º | 0.76% | 0.77% | - |
| XYZ | 33.42 | 32.2 | 7.25 | - |
| YUV | 149.19 | 70.9 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 48 | 0 | 0.26 | 0.76 | 0.23 | 39.32 | 0.61 | 0.48 |
| Hex | C4 | 91 | 30 | 0 | 1A | 4C | 17 | 27 | 3D | 30 |
| Octal | 304 | 221 | 60 | 0 | 32 | 114 | 27 | 47 | 75 | 60 |
| Binary | 11000100 | 10010001 | 110000 | 0 | 11010 | 1001100 | 10111 | 100111 | 111101 | 110000 |
Color Harmonies of #C49130
Complementary color
Monochromatic Colors of #C49130
Black with #C49130
Text Example
Text Example
White with #C49130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49130; }
p { color: rgb(196,145,48); }
H1.HeaderClassName
{
color: #C49130;
}
.AnyTagClassName
{
color: #C49130;
}
</style>
background-color css
<style>
a { background-color: #C49130; }
a { background-color: rgb(196,145,48); }
div.DivClassName
{
background-color: #C49130;
}
.BgClassName
{
background-color: #C49130;
}
</style>
border-color css
<style>
span { border-color: #C49130; }
span { border-color: rgb(196,145,48); }
td.TdClassName
{
border-color: #C49130;
}
.TagClassName
{
border-color: #C49130;
}
</style>