Shades of Hokey Pokey #C19632
Tints of Hokey Pokey #C19632
RGB
CMYK
RGB Variations
Color information
#C19632 (or 0xC19632) is known color: Hokey Pokey. HEX triplet: C1, 96 and 32. RGB value is (193,150,50). Sum of RGB (Red+Green+Blue) = 193+150+50=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C19632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19632 is #3E69CD. Grayscale: #979797. Windows color (decimal): -4090318 or 3315393. OLE color: 3315393.
HSL color Cylindrical-coordinate representation of color #C19632: hue angle of 41.96º degrees, saturation: 0.59, 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 #C19632 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 50 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.24 |
| HSL | 41.96º | 0.59% | 0.48% | - |
| HSV(B) | 41.96º | 0.74% | 0.76% | - |
| XYZ | 33.47 | 33.38 | 7.7 | - |
| YUV | 151.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 50 | 0 | 0.22 | 0.74 | 0.24 | 41.96 | 0.59 | 0.48 |
| Hex | C1 | 96 | 32 | 0 | 16 | 4A | 18 | 2A | 3B | 30 |
| Octal | 301 | 226 | 62 | 0 | 26 | 112 | 30 | 52 | 73 | 60 |
| Binary | 11000001 | 10010110 | 110010 | 0 | 10110 | 1001010 | 11000 | 101010 | 111011 | 110000 |
Color Harmonies of #C19632
Complementary color
Monochromatic Colors of #C19632
Black with #C19632
Text Example
Text Example
White with #C19632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19632; }
p { color: rgb(193,150,50); }
H1.HeaderClassName
{
color: #C19632;
}
.AnyTagClassName
{
color: #C19632;
}
</style>
background-color css
<style>
a { background-color: #C19632; }
a { background-color: rgb(193,150,50); }
div.DivClassName
{
background-color: #C19632;
}
.BgClassName
{
background-color: #C19632;
}
</style>
border-color css
<style>
span { border-color: #C19632; }
span { border-color: rgb(193,150,50); }
td.TdClassName
{
border-color: #C19632;
}
.TagClassName
{
border-color: #C19632;
}
</style>