Shades of Hokey Pokey #C29131
Tints of Hokey Pokey #C29131
RGB
CMYK
RGB Variations
Color information
#C29131 (or 0xC29131) is known color: Hokey Pokey. HEX triplet: C2, 91 and 31. RGB value is (194,145,49). Sum of RGB (Red+Green+Blue) = 194+145+49=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C29131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29131 is #3D6ECE. Grayscale: #959595. Windows color (decimal): -4026063 or 3248578. OLE color: 3248578.
HSL color Cylindrical-coordinate representation of color #C29131: hue angle of 39.72º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C29131 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 49 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.24 |
| HSL | 39.72º | 0.6% | 0.48% | - |
| HSV(B) | 39.72º | 0.75% | 0.76% | - |
| XYZ | 32.93 | 31.94 | 7.34 | - |
| YUV | 148.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 49 | 0 | 0.25 | 0.75 | 0.24 | 39.72 | 0.6 | 0.48 |
| Hex | C2 | 91 | 31 | 0 | 19 | 4B | 18 | 28 | 3C | 30 |
| Octal | 302 | 221 | 61 | 0 | 31 | 113 | 30 | 50 | 74 | 60 |
| Binary | 11000010 | 10010001 | 110001 | 0 | 11001 | 1001011 | 11000 | 101000 | 111100 | 110000 |
Color Harmonies of #C29131
Complementary color
Monochromatic Colors of #C29131
Black with #C29131
Text Example
Text Example
White with #C29131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29131; }
p { color: rgb(194,145,49); }
H1.HeaderClassName
{
color: #C29131;
}
.AnyTagClassName
{
color: #C29131;
}
</style>
background-color css
<style>
a { background-color: #C29131; }
a { background-color: rgb(194,145,49); }
div.DivClassName
{
background-color: #C29131;
}
.BgClassName
{
background-color: #C29131;
}
</style>
border-color css
<style>
span { border-color: #C29131; }
span { border-color: rgb(194,145,49); }
td.TdClassName
{
border-color: #C29131;
}
.TagClassName
{
border-color: #C29131;
}
</style>