Shades of Hokey Pokey #C29732
Tints of Hokey Pokey #C29732
RGB
CMYK
RGB Variations
Color information
#C29732 (or 0xC29732) is known color: Hokey Pokey. HEX triplet: C2, 97 and 32. RGB value is (194,151,50). Sum of RGB (Red+Green+Blue) = 194+151+50=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C29732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29732 is #3D68CD. Grayscale: #989898. Windows color (decimal): -4024526 or 3315650. OLE color: 3315650.
HSL color Cylindrical-coordinate representation of color #C29732: hue angle of 42.08º 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 #C29732 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 50 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.24 |
| HSL | 42.08º | 0.59% | 0.48% | - |
| HSV(B) | 42.08º | 0.74% | 0.76% | - |
| XYZ | 33.89 | 33.83 | 7.76 | - |
| YUV | 152.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 50 | 0 | 0.22 | 0.74 | 0.24 | 42.08 | 0.59 | 0.48 |
| Hex | C2 | 97 | 32 | 0 | 16 | 4A | 18 | 2A | 3B | 30 |
| Octal | 302 | 227 | 62 | 0 | 26 | 112 | 30 | 52 | 73 | 60 |
| Binary | 11000010 | 10010111 | 110010 | 0 | 10110 | 1001010 | 11000 | 101010 | 111011 | 110000 |
Color Harmonies of #C29732
Complementary color
Monochromatic Colors of #C29732
Black with #C29732
Text Example
Text Example
White with #C29732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29732; }
p { color: rgb(194,151,50); }
H1.HeaderClassName
{
color: #C29732;
}
.AnyTagClassName
{
color: #C29732;
}
</style>
background-color css
<style>
a { background-color: #C29732; }
a { background-color: rgb(194,151,50); }
div.DivClassName
{
background-color: #C29732;
}
.BgClassName
{
background-color: #C29732;
}
</style>
border-color css
<style>
span { border-color: #C29732; }
span { border-color: rgb(194,151,50); }
td.TdClassName
{
border-color: #C29732;
}
.TagClassName
{
border-color: #C29732;
}
</style>