Shades of Hokey Pokey #C29436
Tints of Hokey Pokey #C29436
RGB
CMYK
RGB Variations
Color information
#C29436 (or 0xC29436) is known color: Hokey Pokey. HEX triplet: C2, 94 and 36. RGB value is (194,148,54). Sum of RGB (Red+Green+Blue) = 194+148+54=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C29436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29436 is #3D6BC9. Grayscale: #979797. Windows color (decimal): -4025290 or 3577026. OLE color: 3577026.
HSL color Cylindrical-coordinate representation of color #C29436: hue angle of 40.29º 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 #C29436 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 54 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.24 |
| HSL | 40.29º | 0.56% | 0.49% | - |
| HSV(B) | 40.29º | 0.72% | 0.76% | - |
| XYZ | 33.5 | 32.92 | 8.08 | - |
| YUV | 151.04 | 73.24 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 54 | 0 | 0.24 | 0.72 | 0.24 | 40.29 | 0.56 | 0.49 |
| Hex | C2 | 94 | 36 | 0 | 18 | 48 | 18 | 28 | 38 | 31 |
| Octal | 302 | 224 | 66 | 0 | 30 | 110 | 30 | 50 | 70 | 61 |
| Binary | 11000010 | 10010100 | 110110 | 0 | 11000 | 1001000 | 11000 | 101000 | 111000 | 110001 |
Color Harmonies of #C29436
Complementary color
Monochromatic Colors of #C29436
Black with #C29436
Text Example
Text Example
White with #C29436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29436; }
p { color: rgb(194,148,54); }
H1.HeaderClassName
{
color: #C29436;
}
.AnyTagClassName
{
color: #C29436;
}
</style>
background-color css
<style>
a { background-color: #C29436; }
a { background-color: rgb(194,148,54); }
div.DivClassName
{
background-color: #C29436;
}
.BgClassName
{
background-color: #C29436;
}
</style>
border-color css
<style>
span { border-color: #C29436; }
span { border-color: rgb(194,148,54); }
td.TdClassName
{
border-color: #C29436;
}
.TagClassName
{
border-color: #C29436;
}
</style>