Shades of Hokey Pokey #C19A34
Tints of Hokey Pokey #C19A34
RGB
CMYK
RGB Variations
Color information
#C19A34 (or 0xC19A34) is known color: Hokey Pokey. HEX triplet: C1, 9A and 34. RGB value is (193,154,52). Sum of RGB (Red+Green+Blue) = 193+154+52=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A34 is #3E65CB. Grayscale: #9A9A9A. Windows color (decimal): -4089292 or 3447489. OLE color: 3447489.
HSL color Cylindrical-coordinate representation of color #C19A34: hue angle of 43.4º 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 #C19A34 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 52 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.24 |
| HSL | 43.4º | 0.58% | 0.48% | - |
| HSV(B) | 43.4º | 0.73% | 0.76% | - |
| XYZ | 34.17 | 34.7 | 8.15 | - |
| YUV | 154.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 52 | 0 | 0.20 | 0.73 | 0.24 | 43.4 | 0.58 | 0.48 |
| Hex | C1 | 9A | 34 | 0 | 14 | 49 | 18 | 2B | 3A | 30 |
| Octal | 301 | 232 | 64 | 0 | 24 | 111 | 30 | 53 | 72 | 60 |
| Binary | 11000001 | 10011010 | 110100 | 0 | 10100 | 1001001 | 11000 | 101011 | 111010 | 110000 |
Color Harmonies of #C19A34
Complementary color
Monochromatic Colors of #C19A34
Black with #C19A34
Text Example
Text Example
White with #C19A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A34; }
p { color: rgb(193,154,52); }
H1.HeaderClassName
{
color: #C19A34;
}
.AnyTagClassName
{
color: #C19A34;
}
</style>
background-color css
<style>
a { background-color: #C19A34; }
a { background-color: rgb(193,154,52); }
div.DivClassName
{
background-color: #C19A34;
}
.BgClassName
{
background-color: #C19A34;
}
</style>
border-color css
<style>
span { border-color: #C19A34; }
span { border-color: rgb(193,154,52); }
td.TdClassName
{
border-color: #C19A34;
}
.TagClassName
{
border-color: #C19A34;
}
</style>