Shades of Hokey Pokey #C49635
Tints of Hokey Pokey #C49635
RGB
CMYK
RGB Variations
Color information
#C49635 (or 0xC49635) is known color: Hokey Pokey. HEX triplet: C4, 96 and 35. RGB value is (196,150,53). Sum of RGB (Red+Green+Blue) = 196+150+53=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C49635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49635 is #3B69CA. Grayscale: #999999. Windows color (decimal): -3893707 or 3512004. OLE color: 3512004.
HSL color Cylindrical-coordinate representation of color #C49635: hue angle of 40.7º degrees, saturation: 0.57, 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 #C49635 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 53 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.23 |
| HSL | 40.7º | 0.57% | 0.49% | - |
| HSV(B) | 40.7º | 0.73% | 0.77% | - |
| XYZ | 34.31 | 33.81 | 8.08 | - |
| YUV | 152.7 | 71.74 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 53 | 0 | 0.23 | 0.73 | 0.23 | 40.7 | 0.57 | 0.49 |
| Hex | C4 | 96 | 35 | 0 | 17 | 49 | 17 | 29 | 39 | 31 |
| Octal | 304 | 226 | 65 | 0 | 27 | 111 | 27 | 51 | 71 | 61 |
| Binary | 11000100 | 10010110 | 110101 | 0 | 10111 | 1001001 | 10111 | 101001 | 111001 | 110001 |
Color Harmonies of #C49635
Complementary color
Monochromatic Colors of #C49635
Black with #C49635
Text Example
Text Example
White with #C49635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49635; }
p { color: rgb(196,150,53); }
H1.HeaderClassName
{
color: #C49635;
}
.AnyTagClassName
{
color: #C49635;
}
</style>
background-color css
<style>
a { background-color: #C49635; }
a { background-color: rgb(196,150,53); }
div.DivClassName
{
background-color: #C49635;
}
.BgClassName
{
background-color: #C49635;
}
</style>
border-color css
<style>
span { border-color: #C49635; }
span { border-color: rgb(196,150,53); }
td.TdClassName
{
border-color: #C49635;
}
.TagClassName
{
border-color: #C49635;
}
</style>