Shades of Hokey Pokey #C29333
Tints of Hokey Pokey #C29333
RGB
CMYK
RGB Variations
Color information
#C29333 (or 0xC29333) is known color: Hokey Pokey. HEX triplet: C2, 93 and 33. RGB value is (194,147,51). Sum of RGB (Red+Green+Blue) = 194+147+51=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C29333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29333 is #3D6CCC. Grayscale: #969696. Windows color (decimal): -4025549 or 3380162. OLE color: 3380162.
HSL color Cylindrical-coordinate representation of color #C29333: hue angle of 40.28º 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 #C29333 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 51 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.24 |
| HSL | 40.28º | 0.58% | 0.48% | - |
| HSV(B) | 40.28º | 0.74% | 0.76% | - |
| XYZ | 33.28 | 32.58 | 7.67 | - |
| YUV | 150.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 51 | 0 | 0.24 | 0.74 | 0.24 | 40.28 | 0.58 | 0.48 |
| Hex | C2 | 93 | 33 | 0 | 18 | 4A | 18 | 28 | 3A | 30 |
| Octal | 302 | 223 | 63 | 0 | 30 | 112 | 30 | 50 | 72 | 60 |
| Binary | 11000010 | 10010011 | 110011 | 0 | 11000 | 1001010 | 11000 | 101000 | 111010 | 110000 |
Color Harmonies of #C29333
Complementary color
Monochromatic Colors of #C29333
Black with #C29333
Text Example
Text Example
White with #C29333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29333; }
p { color: rgb(194,147,51); }
H1.HeaderClassName
{
color: #C29333;
}
.AnyTagClassName
{
color: #C29333;
}
</style>
background-color css
<style>
a { background-color: #C29333; }
a { background-color: rgb(194,147,51); }
div.DivClassName
{
background-color: #C29333;
}
.BgClassName
{
background-color: #C29333;
}
</style>
border-color css
<style>
span { border-color: #C29333; }
span { border-color: rgb(194,147,51); }
td.TdClassName
{
border-color: #C29333;
}
.TagClassName
{
border-color: #C29333;
}
</style>