Shades of Hokey Pokey #C29533
Tints of Hokey Pokey #C29533
RGB
CMYK
RGB Variations
Color information
#C29533 (or 0xC29533) is known color: Hokey Pokey. HEX triplet: C2, 95 and 33. RGB value is (194,149,51). Sum of RGB (Red+Green+Blue) = 194+149+51=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C29533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29533 is #3D6ACC. Grayscale: #979797. Windows color (decimal): -4025037 or 3380674. OLE color: 3380674.
HSL color Cylindrical-coordinate representation of color #C29533: hue angle of 41.12º degrees, saturation: 0.58, 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 #C29533 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 51 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.24 |
| HSL | 41.12º | 0.58% | 0.48% | - |
| HSV(B) | 41.12º | 0.74% | 0.76% | - |
| XYZ | 33.59 | 33.2 | 7.77 | - |
| YUV | 151.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 51 | 0 | 0.23 | 0.74 | 0.24 | 41.12 | 0.58 | 0.48 |
| Hex | C2 | 95 | 33 | 0 | 17 | 4A | 18 | 29 | 3A | 30 |
| Octal | 302 | 225 | 63 | 0 | 27 | 112 | 30 | 51 | 72 | 60 |
| Binary | 11000010 | 10010101 | 110011 | 0 | 10111 | 1001010 | 11000 | 101001 | 111010 | 110000 |
Color Harmonies of #C29533
Complementary color
Monochromatic Colors of #C29533
Black with #C29533
Text Example
Text Example
White with #C29533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29533; }
p { color: rgb(194,149,51); }
H1.HeaderClassName
{
color: #C29533;
}
.AnyTagClassName
{
color: #C29533;
}
</style>
background-color css
<style>
a { background-color: #C29533; }
a { background-color: rgb(194,149,51); }
div.DivClassName
{
background-color: #C29533;
}
.BgClassName
{
background-color: #C29533;
}
</style>
border-color css
<style>
span { border-color: #C29533; }
span { border-color: rgb(194,149,51); }
td.TdClassName
{
border-color: #C29533;
}
.TagClassName
{
border-color: #C29533;
}
</style>