Shades of Hokey Pokey #C49435
Tints of Hokey Pokey #C49435
RGB
CMYK
RGB Variations
Color information
#C49435 (or 0xC49435) is known color: Hokey Pokey. HEX triplet: C4, 94 and 35. RGB value is (196,148,53). Sum of RGB (Red+Green+Blue) = 196+148+53=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C49435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49435 is #3B6BCA. Grayscale: #979797. Windows color (decimal): -3894219 or 3511492. OLE color: 3511492.
HSL color Cylindrical-coordinate representation of color #C49435: hue angle of 39.86º 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 #C49435 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 53 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.23 |
| HSL | 39.86º | 0.57% | 0.49% | - |
| HSV(B) | 39.86º | 0.73% | 0.77% | - |
| XYZ | 34 | 33.17 | 7.98 | - |
| YUV | 151.52 | 72.4 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 53 | 0 | 0.24 | 0.73 | 0.23 | 39.86 | 0.57 | 0.49 |
| Hex | C4 | 94 | 35 | 0 | 18 | 49 | 17 | 28 | 39 | 31 |
| Octal | 304 | 224 | 65 | 0 | 30 | 111 | 27 | 50 | 71 | 61 |
| Binary | 11000100 | 10010100 | 110101 | 0 | 11000 | 1001001 | 10111 | 101000 | 111001 | 110001 |
Color Harmonies of #C49435
Complementary color
Monochromatic Colors of #C49435
Black with #C49435
Text Example
Text Example
White with #C49435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49435; }
p { color: rgb(196,148,53); }
H1.HeaderClassName
{
color: #C49435;
}
.AnyTagClassName
{
color: #C49435;
}
</style>
background-color css
<style>
a { background-color: #C49435; }
a { background-color: rgb(196,148,53); }
div.DivClassName
{
background-color: #C49435;
}
.BgClassName
{
background-color: #C49435;
}
</style>
border-color css
<style>
span { border-color: #C49435; }
span { border-color: rgb(196,148,53); }
td.TdClassName
{
border-color: #C49435;
}
.TagClassName
{
border-color: #C49435;
}
</style>