Shades of Hokey Pokey #C49936
Tints of Hokey Pokey #C49936
RGB
CMYK
RGB Variations
Color information
#C49936 (or 0xC49936) is known color: Hokey Pokey. HEX triplet: C4, 99 and 36. RGB value is (196,153,54). Sum of RGB (Red+Green+Blue) = 196+153+54=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C49936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49936 is #3B66C9. Grayscale: #9B9B9B. Windows color (decimal): -3892938 or 3578308. OLE color: 3578308.
HSL color Cylindrical-coordinate representation of color #C49936: hue angle of 41.83º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C49936 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 54 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.23 |
| HSL | 41.83º | 0.57% | 0.49% | - |
| HSV(B) | 41.83º | 0.72% | 0.77% | - |
| XYZ | 34.82 | 34.78 | 8.37 | - |
| YUV | 154.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 54 | 0 | 0.22 | 0.72 | 0.23 | 41.83 | 0.57 | 0.49 |
| Hex | C4 | 99 | 36 | 0 | 16 | 48 | 17 | 2A | 39 | 31 |
| Octal | 304 | 231 | 66 | 0 | 26 | 110 | 27 | 52 | 71 | 61 |
| Binary | 11000100 | 10011001 | 110110 | 0 | 10110 | 1001000 | 10111 | 101010 | 111001 | 110001 |
Color Harmonies of #C49936
Complementary color
Monochromatic Colors of #C49936
Black with #C49936
Text Example
Text Example
White with #C49936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49936; }
p { color: rgb(196,153,54); }
H1.HeaderClassName
{
color: #C49936;
}
.AnyTagClassName
{
color: #C49936;
}
</style>
background-color css
<style>
a { background-color: #C49936; }
a { background-color: rgb(196,153,54); }
div.DivClassName
{
background-color: #C49936;
}
.BgClassName
{
background-color: #C49936;
}
</style>
border-color css
<style>
span { border-color: #C49936; }
span { border-color: rgb(196,153,54); }
td.TdClassName
{
border-color: #C49936;
}
.TagClassName
{
border-color: #C49936;
}
</style>