Shades of Hokey Pokey #C19834
Tints of Hokey Pokey #C19834
RGB
CMYK
RGB Variations
Color information
#C19834 (or 0xC19834) is known color: Hokey Pokey. HEX triplet: C1, 98 and 34. RGB value is (193,152,52). Sum of RGB (Red+Green+Blue) = 193+152+52=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C19834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19834 is #3E67CB. Grayscale: #999999. Windows color (decimal): -4089804 or 3446977. OLE color: 3446977.
HSL color Cylindrical-coordinate representation of color #C19834: hue angle of 42.55º 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 #C19834 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 52 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.24 |
| HSL | 42.55º | 0.58% | 0.48% | - |
| HSV(B) | 42.55º | 0.73% | 0.76% | - |
| XYZ | 33.84 | 34.04 | 8.04 | - |
| YUV | 152.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 52 | 0 | 0.21 | 0.73 | 0.24 | 42.55 | 0.58 | 0.48 |
| Hex | C1 | 98 | 34 | 0 | 15 | 49 | 18 | 2B | 3A | 30 |
| Octal | 301 | 230 | 64 | 0 | 25 | 111 | 30 | 53 | 72 | 60 |
| Binary | 11000001 | 10011000 | 110100 | 0 | 10101 | 1001001 | 11000 | 101011 | 111010 | 110000 |
Color Harmonies of #C19834
Complementary color
Monochromatic Colors of #C19834
Black with #C19834
Text Example
Text Example
White with #C19834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19834; }
p { color: rgb(193,152,52); }
H1.HeaderClassName
{
color: #C19834;
}
.AnyTagClassName
{
color: #C19834;
}
</style>
background-color css
<style>
a { background-color: #C19834; }
a { background-color: rgb(193,152,52); }
div.DivClassName
{
background-color: #C19834;
}
.BgClassName
{
background-color: #C19834;
}
</style>
border-color css
<style>
span { border-color: #C19834; }
span { border-color: rgb(193,152,52); }
td.TdClassName
{
border-color: #C19834;
}
.TagClassName
{
border-color: #C19834;
}
</style>