Shades of Hokey Pokey #C29632
Tints of Hokey Pokey #C29632
RGB
CMYK
RGB Variations
Color information
#C29632 (or 0xC29632) is known color: Hokey Pokey. HEX triplet: C2, 96 and 32. RGB value is (194,150,50). Sum of RGB (Red+Green+Blue) = 194+150+50=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C29632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29632 is #3D69CD. Grayscale: #989898. Windows color (decimal): -4024782 or 3315394. OLE color: 3315394.
HSL color Cylindrical-coordinate representation of color #C29632: hue angle of 41.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C29632 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 50 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.24 |
| HSL | 41.67º | 0.59% | 0.48% | - |
| HSV(B) | 41.67º | 0.74% | 0.76% | - |
| XYZ | 33.73 | 33.51 | 7.71 | - |
| YUV | 151.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 50 | 0 | 0.23 | 0.74 | 0.24 | 41.67 | 0.59 | 0.48 |
| Hex | C2 | 96 | 32 | 0 | 17 | 4A | 18 | 2A | 3B | 30 |
| Octal | 302 | 226 | 62 | 0 | 27 | 112 | 30 | 52 | 73 | 60 |
| Binary | 11000010 | 10010110 | 110010 | 0 | 10111 | 1001010 | 11000 | 101010 | 111011 | 110000 |
Color Harmonies of #C29632
Complementary color
Monochromatic Colors of #C29632
Black with #C29632
Text Example
Text Example
White with #C29632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29632; }
p { color: rgb(194,150,50); }
H1.HeaderClassName
{
color: #C29632;
}
.AnyTagClassName
{
color: #C29632;
}
</style>
background-color css
<style>
a { background-color: #C29632; }
a { background-color: rgb(194,150,50); }
div.DivClassName
{
background-color: #C29632;
}
.BgClassName
{
background-color: #C29632;
}
</style>
border-color css
<style>
span { border-color: #C29632; }
span { border-color: rgb(194,150,50); }
td.TdClassName
{
border-color: #C29632;
}
.TagClassName
{
border-color: #C29632;
}
</style>