Shades of Hokey Pokey #C19633
Tints of Hokey Pokey #C19633
RGB
CMYK
RGB Variations
Color information
#C19633 (or 0xC19633) is known color: Hokey Pokey. HEX triplet: C1, 96 and 33. RGB value is (193,150,51). Sum of RGB (Red+Green+Blue) = 193+150+51=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C19633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19633 is #3E69CC. Grayscale: #989898. Windows color (decimal): -4090317 or 3380929. OLE color: 3380929.
HSL color Cylindrical-coordinate representation of color #C19633: hue angle of 41.83º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C19633 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 51 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.24 |
| HSL | 41.83º | 0.58% | 0.48% | - |
| HSV(B) | 41.83º | 0.74% | 0.76% | - |
| XYZ | 33.5 | 33.39 | 7.81 | - |
| YUV | 151.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 51 | 0 | 0.22 | 0.74 | 0.24 | 41.83 | 0.58 | 0.48 |
| Hex | C1 | 96 | 33 | 0 | 16 | 4A | 18 | 2A | 3A | 30 |
| Octal | 301 | 226 | 63 | 0 | 26 | 112 | 30 | 52 | 72 | 60 |
| Binary | 11000001 | 10010110 | 110011 | 0 | 10110 | 1001010 | 11000 | 101010 | 111010 | 110000 |
Color Harmonies of #C19633
Complementary color
Monochromatic Colors of #C19633
Black with #C19633
Text Example
Text Example
White with #C19633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19633; }
p { color: rgb(193,150,51); }
H1.HeaderClassName
{
color: #C19633;
}
.AnyTagClassName
{
color: #C19633;
}
</style>
background-color css
<style>
a { background-color: #C19633; }
a { background-color: rgb(193,150,51); }
div.DivClassName
{
background-color: #C19633;
}
.BgClassName
{
background-color: #C19633;
}
</style>
border-color css
<style>
span { border-color: #C19633; }
span { border-color: rgb(193,150,51); }
td.TdClassName
{
border-color: #C19633;
}
.TagClassName
{
border-color: #C19633;
}
</style>