Shades of Hokey Pokey #C29433
Tints of Hokey Pokey #C29433
RGB
CMYK
RGB Variations
Color information
#C29433 (or 0xC29433) is known color: Hokey Pokey. HEX triplet: C2, 94 and 33. RGB value is (194,148,51). Sum of RGB (Red+Green+Blue) = 194+148+51=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C29433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29433 is #3D6BCC. Grayscale: #979797. Windows color (decimal): -4025293 or 3380418. OLE color: 3380418.
HSL color Cylindrical-coordinate representation of color #C29433: hue angle of 40.7º 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 #C29433 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 51 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.24 |
| HSL | 40.7º | 0.58% | 0.48% | - |
| HSV(B) | 40.7º | 0.74% | 0.76% | - |
| XYZ | 33.44 | 32.89 | 7.72 | - |
| YUV | 150.7 | 71.74 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 51 | 0 | 0.24 | 0.74 | 0.24 | 40.7 | 0.58 | 0.48 |
| Hex | C2 | 94 | 33 | 0 | 18 | 4A | 18 | 29 | 3A | 30 |
| Octal | 302 | 224 | 63 | 0 | 30 | 112 | 30 | 51 | 72 | 60 |
| Binary | 11000010 | 10010100 | 110011 | 0 | 11000 | 1001010 | 11000 | 101001 | 111010 | 110000 |
Color Harmonies of #C29433
Complementary color
Monochromatic Colors of #C29433
Black with #C29433
Text Example
Text Example
White with #C29433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29433; }
p { color: rgb(194,148,51); }
H1.HeaderClassName
{
color: #C29433;
}
.AnyTagClassName
{
color: #C29433;
}
</style>
background-color css
<style>
a { background-color: #C29433; }
a { background-color: rgb(194,148,51); }
div.DivClassName
{
background-color: #C29433;
}
.BgClassName
{
background-color: #C29433;
}
</style>
border-color css
<style>
span { border-color: #C29433; }
span { border-color: rgb(194,148,51); }
td.TdClassName
{
border-color: #C29433;
}
.TagClassName
{
border-color: #C29433;
}
</style>