Shades of Hokey Pokey #C29034
Tints of Hokey Pokey #C29034
RGB
CMYK
RGB Variations
Color information
#C29034 (or 0xC29034) is known color: Hokey Pokey. HEX triplet: C2, 90 and 34. RGB value is (194,144,52). Sum of RGB (Red+Green+Blue) = 194+144+52=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C29034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29034 is #3D6FCB. Grayscale: #949494. Windows color (decimal): -4026316 or 3444930. OLE color: 3444930.
HSL color Cylindrical-coordinate representation of color #C29034: hue angle of 38.87º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C29034 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 52 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.24 |
| HSL | 38.87º | 0.58% | 0.48% | - |
| HSV(B) | 38.87º | 0.73% | 0.76% | - |
| XYZ | 32.84 | 31.66 | 7.63 | - |
| YUV | 148.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 52 | 0 | 0.26 | 0.73 | 0.24 | 38.87 | 0.58 | 0.48 |
| Hex | C2 | 90 | 34 | 0 | 1A | 49 | 18 | 27 | 3A | 30 |
| Octal | 302 | 220 | 64 | 0 | 32 | 111 | 30 | 47 | 72 | 60 |
| Binary | 11000010 | 10010000 | 110100 | 0 | 11010 | 1001001 | 11000 | 100111 | 111010 | 110000 |
Color Harmonies of #C29034
Complementary color
Monochromatic Colors of #C29034
Black with #C29034
Text Example
Text Example
White with #C29034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29034; }
p { color: rgb(194,144,52); }
H1.HeaderClassName
{
color: #C29034;
}
.AnyTagClassName
{
color: #C29034;
}
</style>
background-color css
<style>
a { background-color: #C29034; }
a { background-color: rgb(194,144,52); }
div.DivClassName
{
background-color: #C29034;
}
.BgClassName
{
background-color: #C29034;
}
</style>
border-color css
<style>
span { border-color: #C29034; }
span { border-color: rgb(194,144,52); }
td.TdClassName
{
border-color: #C29034;
}
.TagClassName
{
border-color: #C29034;
}
</style>