Shades of Hokey Pokey #C49535
Tints of Hokey Pokey #C49535
RGB
CMYK
RGB Variations
Color information
#C49535 (or 0xC49535) is known color: Hokey Pokey. HEX triplet: C4, 95 and 35. RGB value is (196,149,53). Sum of RGB (Red+Green+Blue) = 196+149+53=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C49535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49535 is #3B6ACA. Grayscale: #989898. Windows color (decimal): -3893963 or 3511748. OLE color: 3511748.
HSL color Cylindrical-coordinate representation of color #C49535: hue angle of 40.28º 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 #C49535 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 53 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.23 |
| HSL | 40.28º | 0.57% | 0.49% | - |
| HSV(B) | 40.28º | 0.73% | 0.77% | - |
| XYZ | 34.16 | 33.49 | 8.03 | - |
| YUV | 152.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 53 | 0 | 0.24 | 0.73 | 0.23 | 40.28 | 0.57 | 0.49 |
| Hex | C4 | 95 | 35 | 0 | 18 | 49 | 17 | 28 | 39 | 31 |
| Octal | 304 | 225 | 65 | 0 | 30 | 111 | 27 | 50 | 71 | 61 |
| Binary | 11000100 | 10010101 | 110101 | 0 | 11000 | 1001001 | 10111 | 101000 | 111001 | 110001 |
Color Harmonies of #C49535
Complementary color
Monochromatic Colors of #C49535
Black with #C49535
Text Example
Text Example
White with #C49535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49535; }
p { color: rgb(196,149,53); }
H1.HeaderClassName
{
color: #C49535;
}
.AnyTagClassName
{
color: #C49535;
}
</style>
background-color css
<style>
a { background-color: #C49535; }
a { background-color: rgb(196,149,53); }
div.DivClassName
{
background-color: #C49535;
}
.BgClassName
{
background-color: #C49535;
}
</style>
border-color css
<style>
span { border-color: #C49535; }
span { border-color: rgb(196,149,53); }
td.TdClassName
{
border-color: #C49535;
}
.TagClassName
{
border-color: #C49535;
}
</style>