Shades of Hokey Pokey #C19736
Tints of Hokey Pokey #C19736
RGB
CMYK
RGB Variations
Color information
#C19736 (or 0xC19736) is known color: Hokey Pokey. HEX triplet: C1, 97 and 36. RGB value is (193,151,54). Sum of RGB (Red+Green+Blue) = 193+151+54=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C19736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19736 is #3E68C9. Grayscale: #989898. Windows color (decimal): -4090058 or 3577793. OLE color: 3577793.
HSL color Cylindrical-coordinate representation of color #C19736: hue angle of 41.87º 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 #C19736 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 54 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.24 |
| HSL | 41.87º | 0.56% | 0.48% | - |
| HSV(B) | 41.87º | 0.72% | 0.76% | - |
| XYZ | 33.72 | 33.74 | 8.22 | - |
| YUV | 152.5 | 72.41 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 54 | 0 | 0.22 | 0.72 | 0.24 | 41.87 | 0.56 | 0.48 |
| Hex | C1 | 97 | 36 | 0 | 16 | 48 | 18 | 2A | 38 | 30 |
| Octal | 301 | 227 | 66 | 0 | 26 | 110 | 30 | 52 | 70 | 60 |
| Binary | 11000001 | 10010111 | 110110 | 0 | 10110 | 1001000 | 11000 | 101010 | 111000 | 110000 |
Color Harmonies of #C19736
Complementary color
Monochromatic Colors of #C19736
Black with #C19736
Text Example
Text Example
White with #C19736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19736; }
p { color: rgb(193,151,54); }
H1.HeaderClassName
{
color: #C19736;
}
.AnyTagClassName
{
color: #C19736;
}
</style>
background-color css
<style>
a { background-color: #C19736; }
a { background-color: rgb(193,151,54); }
div.DivClassName
{
background-color: #C19736;
}
.BgClassName
{
background-color: #C19736;
}
</style>
border-color css
<style>
span { border-color: #C19736; }
span { border-color: rgb(193,151,54); }
td.TdClassName
{
border-color: #C19736;
}
.TagClassName
{
border-color: #C19736;
}
</style>