Shades of Hokey Pokey #C49636
Tints of Hokey Pokey #C49636
RGB
CMYK
RGB Variations
Color information
#C49636 (or 0xC49636) is known color: Hokey Pokey. HEX triplet: C4, 96 and 36. RGB value is (196,150,54). Sum of RGB (Red+Green+Blue) = 196+150+54=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C49636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49636 is #3B69C9. Grayscale: #999999. Windows color (decimal): -3893706 or 3577540. OLE color: 3577540.
HSL color Cylindrical-coordinate representation of color #C49636: hue angle of 40.56º 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 #C49636 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 54 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.23 |
| HSL | 40.56º | 0.57% | 0.49% | - |
| HSV(B) | 40.56º | 0.72% | 0.77% | - |
| XYZ | 34.34 | 33.81 | 8.21 | - |
| YUV | 152.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 54 | 0 | 0.23 | 0.72 | 0.23 | 40.56 | 0.57 | 0.49 |
| Hex | C4 | 96 | 36 | 0 | 17 | 48 | 17 | 29 | 39 | 31 |
| Octal | 304 | 226 | 66 | 0 | 27 | 110 | 27 | 51 | 71 | 61 |
| Binary | 11000100 | 10010110 | 110110 | 0 | 10111 | 1001000 | 10111 | 101001 | 111001 | 110001 |
Color Harmonies of #C49636
Complementary color
Monochromatic Colors of #C49636
Black with #C49636
Text Example
Text Example
White with #C49636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49636; }
p { color: rgb(196,150,54); }
H1.HeaderClassName
{
color: #C49636;
}
.AnyTagClassName
{
color: #C49636;
}
</style>
background-color css
<style>
a { background-color: #C49636; }
a { background-color: rgb(196,150,54); }
div.DivClassName
{
background-color: #C49636;
}
.BgClassName
{
background-color: #C49636;
}
</style>
border-color css
<style>
span { border-color: #C49636; }
span { border-color: rgb(196,150,54); }
td.TdClassName
{
border-color: #C49636;
}
.TagClassName
{
border-color: #C49636;
}
</style>