Shades of Hokey Pokey #C29336
Tints of Hokey Pokey #C29336
RGB
CMYK
RGB Variations
Color information
#C29336 (or 0xC29336) is known color: Hokey Pokey. HEX triplet: C2, 93 and 36. RGB value is (194,147,54). Sum of RGB (Red+Green+Blue) = 194+147+54=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C29336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29336 is #3D6CC9. Grayscale: #969696. Windows color (decimal): -4025546 or 3576770. OLE color: 3576770.
HSL color Cylindrical-coordinate representation of color #C29336: hue angle of 39.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C29336 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 54 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.24 |
| HSL | 39.86º | 0.56% | 0.49% | - |
| HSV(B) | 39.86º | 0.72% | 0.76% | - |
| XYZ | 33.35 | 32.6 | 8.03 | - |
| YUV | 150.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 54 | 0 | 0.24 | 0.72 | 0.24 | 39.86 | 0.56 | 0.49 |
| Hex | C2 | 93 | 36 | 0 | 18 | 48 | 18 | 28 | 38 | 31 |
| Octal | 302 | 223 | 66 | 0 | 30 | 110 | 30 | 50 | 70 | 61 |
| Binary | 11000010 | 10010011 | 110110 | 0 | 11000 | 1001000 | 11000 | 101000 | 111000 | 110001 |
Color Harmonies of #C29336
Complementary color
Monochromatic Colors of #C29336
Black with #C29336
Text Example
Text Example
White with #C29336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29336; }
p { color: rgb(194,147,54); }
H1.HeaderClassName
{
color: #C29336;
}
.AnyTagClassName
{
color: #C29336;
}
</style>
background-color css
<style>
a { background-color: #C29336; }
a { background-color: rgb(194,147,54); }
div.DivClassName
{
background-color: #C29336;
}
.BgClassName
{
background-color: #C29336;
}
</style>
border-color css
<style>
span { border-color: #C29336; }
span { border-color: rgb(194,147,54); }
td.TdClassName
{
border-color: #C29336;
}
.TagClassName
{
border-color: #C29336;
}
</style>