Shades of Hokey Pokey #C49436
Tints of Hokey Pokey #C49436
RGB
CMYK
RGB Variations
Color information
#C49436 (or 0xC49436) is known color: Hokey Pokey. HEX triplet: C4, 94 and 36. RGB value is (196,148,54). Sum of RGB (Red+Green+Blue) = 196+148+54=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C49436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49436 is #3B6BC9. Grayscale: #989898. Windows color (decimal): -3894218 or 3577028. OLE color: 3577028.
HSL color Cylindrical-coordinate representation of color #C49436: hue angle of 39.72º 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 #C49436 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 54 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.23 |
| HSL | 39.72º | 0.57% | 0.49% | - |
| HSV(B) | 39.72º | 0.72% | 0.77% | - |
| XYZ | 34.02 | 33.18 | 8.1 | - |
| YUV | 151.64 | 72.9 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 54 | 0 | 0.24 | 0.72 | 0.23 | 39.72 | 0.57 | 0.49 |
| Hex | C4 | 94 | 36 | 0 | 18 | 48 | 17 | 28 | 39 | 31 |
| Octal | 304 | 224 | 66 | 0 | 30 | 110 | 27 | 50 | 71 | 61 |
| Binary | 11000100 | 10010100 | 110110 | 0 | 11000 | 1001000 | 10111 | 101000 | 111001 | 110001 |
Color Harmonies of #C49436
Complementary color
Monochromatic Colors of #C49436
Black with #C49436
Text Example
Text Example
White with #C49436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49436; }
p { color: rgb(196,148,54); }
H1.HeaderClassName
{
color: #C49436;
}
.AnyTagClassName
{
color: #C49436;
}
</style>
background-color css
<style>
a { background-color: #C49436; }
a { background-color: rgb(196,148,54); }
div.DivClassName
{
background-color: #C49436;
}
.BgClassName
{
background-color: #C49436;
}
</style>
border-color css
<style>
span { border-color: #C49436; }
span { border-color: rgb(196,148,54); }
td.TdClassName
{
border-color: #C49436;
}
.TagClassName
{
border-color: #C49436;
}
</style>