Shades of Hokey Pokey #C19636
Tints of Hokey Pokey #C19636
RGB
CMYK
RGB Variations
Color information
#C19636 (or 0xC19636) is known color: Hokey Pokey. HEX triplet: C1, 96 and 36. RGB value is (193,150,54). Sum of RGB (Red+Green+Blue) = 193+150+54=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C19636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19636 is #3E69C9. Grayscale: #989898. Windows color (decimal): -4090314 or 3577537. OLE color: 3577537.
HSL color Cylindrical-coordinate representation of color #C19636: hue angle of 41.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C19636 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 54 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.24 |
| HSL | 41.44º | 0.56% | 0.48% | - |
| HSV(B) | 41.44º | 0.72% | 0.76% | - |
| XYZ | 33.56 | 33.42 | 8.17 | - |
| YUV | 151.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 54 | 0 | 0.22 | 0.72 | 0.24 | 41.44 | 0.56 | 0.48 |
| Hex | C1 | 96 | 36 | 0 | 16 | 48 | 18 | 29 | 38 | 30 |
| Octal | 301 | 226 | 66 | 0 | 26 | 110 | 30 | 51 | 70 | 60 |
| Binary | 11000001 | 10010110 | 110110 | 0 | 10110 | 1001000 | 11000 | 101001 | 111000 | 110000 |
Color Harmonies of #C19636
Complementary color
Monochromatic Colors of #C19636
Black with #C19636
Text Example
Text Example
White with #C19636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19636; }
p { color: rgb(193,150,54); }
H1.HeaderClassName
{
color: #C19636;
}
.AnyTagClassName
{
color: #C19636;
}
</style>
background-color css
<style>
a { background-color: #C19636; }
a { background-color: rgb(193,150,54); }
div.DivClassName
{
background-color: #C19636;
}
.BgClassName
{
background-color: #C19636;
}
</style>
border-color css
<style>
span { border-color: #C19636; }
span { border-color: rgb(193,150,54); }
td.TdClassName
{
border-color: #C19636;
}
.TagClassName
{
border-color: #C19636;
}
</style>