Shades of Hokey Pokey #C19938
Tints of Hokey Pokey #C19938
RGB
CMYK
RGB Variations
Color information
#C19938 (or 0xC19938) is known color: Hokey Pokey. HEX triplet: C1, 99 and 38. RGB value is (193,153,56). Sum of RGB (Red+Green+Blue) = 193+153+56=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C19938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19938 is #3E66C7. Grayscale: #9A9A9A. Windows color (decimal): -4089544 or 3709377. OLE color: 3709377.
HSL color Cylindrical-coordinate representation of color #C19938: hue angle of 42.48º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C19938 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 56 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.24 |
| HSL | 42.48º | 0.55% | 0.49% | - |
| HSV(B) | 42.48º | 0.71% | 0.76% | - |
| XYZ | 34.1 | 34.41 | 8.59 | - |
| YUV | 153.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 56 | 0 | 0.21 | 0.71 | 0.24 | 42.48 | 0.55 | 0.49 |
| Hex | C1 | 99 | 38 | 0 | 15 | 47 | 18 | 2A | 37 | 31 |
| Octal | 301 | 231 | 70 | 0 | 25 | 107 | 30 | 52 | 67 | 61 |
| Binary | 11000001 | 10011001 | 111000 | 0 | 10101 | 1000111 | 11000 | 101010 | 110111 | 110001 |
Color Harmonies of #C19938
Complementary color
Monochromatic Colors of #C19938
Black with #C19938
Text Example
Text Example
White with #C19938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19938; }
p { color: rgb(193,153,56); }
H1.HeaderClassName
{
color: #C19938;
}
.AnyTagClassName
{
color: #C19938;
}
</style>
background-color css
<style>
a { background-color: #C19938; }
a { background-color: rgb(193,153,56); }
div.DivClassName
{
background-color: #C19938;
}
.BgClassName
{
background-color: #C19938;
}
</style>
border-color css
<style>
span { border-color: #C19938; }
span { border-color: rgb(193,153,56); }
td.TdClassName
{
border-color: #C19938;
}
.TagClassName
{
border-color: #C19938;
}
</style>