Shades of Hokey Pokey #C49134
Tints of Hokey Pokey #C49134
RGB
CMYK
RGB Variations
Color information
#C49134 (or 0xC49134) is known color: Hokey Pokey. HEX triplet: C4, 91 and 34. RGB value is (196,145,52). Sum of RGB (Red+Green+Blue) = 196+145+52=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C49134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49134 is #3B6ECB. Grayscale: #969696. Windows color (decimal): -3894988 or 3445188. OLE color: 3445188.
HSL color Cylindrical-coordinate representation of color #C49134: hue angle of 38.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C49134 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 52 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.23 |
| HSL | 38.75º | 0.58% | 0.49% | - |
| HSV(B) | 38.75º | 0.73% | 0.77% | - |
| XYZ | 33.51 | 32.23 | 7.7 | - |
| YUV | 149.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 52 | 0 | 0.26 | 0.73 | 0.23 | 38.75 | 0.58 | 0.49 |
| Hex | C4 | 91 | 34 | 0 | 1A | 49 | 17 | 27 | 3A | 31 |
| Octal | 304 | 221 | 64 | 0 | 32 | 111 | 27 | 47 | 72 | 61 |
| Binary | 11000100 | 10010001 | 110100 | 0 | 11010 | 1001001 | 10111 | 100111 | 111010 | 110001 |
Color Harmonies of #C49134
Complementary color
Monochromatic Colors of #C49134
Black with #C49134
Text Example
Text Example
White with #C49134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49134; }
p { color: rgb(196,145,52); }
H1.HeaderClassName
{
color: #C49134;
}
.AnyTagClassName
{
color: #C49134;
}
</style>
background-color css
<style>
a { background-color: #C49134; }
a { background-color: rgb(196,145,52); }
div.DivClassName
{
background-color: #C49134;
}
.BgClassName
{
background-color: #C49134;
}
</style>
border-color css
<style>
span { border-color: #C49134; }
span { border-color: rgb(196,145,52); }
td.TdClassName
{
border-color: #C49134;
}
.TagClassName
{
border-color: #C49134;
}
</style>