Shades of Hokey Pokey #C19136
Tints of Hokey Pokey #C19136
RGB
CMYK
RGB Variations
Color information
#C19136 (or 0xC19136) is known color: Hokey Pokey. HEX triplet: C1, 91 and 36. RGB value is (193,145,54). Sum of RGB (Red+Green+Blue) = 193+145+54=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C19136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19136 is #3E6EC9. Grayscale: #959595. Windows color (decimal): -4091594 or 3576257. OLE color: 3576257.
HSL color Cylindrical-coordinate representation of color #C19136: hue angle of 39.28º 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 #C19136 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 54 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.24 |
| HSL | 39.28º | 0.56% | 0.48% | - |
| HSV(B) | 39.28º | 0.72% | 0.76% | - |
| XYZ | 32.78 | 31.85 | 7.91 | - |
| YUV | 148.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 54 | 0 | 0.25 | 0.72 | 0.24 | 39.28 | 0.56 | 0.48 |
| Hex | C1 | 91 | 36 | 0 | 19 | 48 | 18 | 27 | 38 | 30 |
| Octal | 301 | 221 | 66 | 0 | 31 | 110 | 30 | 47 | 70 | 60 |
| Binary | 11000001 | 10010001 | 110110 | 0 | 11001 | 1001000 | 11000 | 100111 | 111000 | 110000 |
Color Harmonies of #C19136
Complementary color
Monochromatic Colors of #C19136
Black with #C19136
Text Example
Text Example
White with #C19136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19136; }
p { color: rgb(193,145,54); }
H1.HeaderClassName
{
color: #C19136;
}
.AnyTagClassName
{
color: #C19136;
}
</style>
background-color css
<style>
a { background-color: #C19136; }
a { background-color: rgb(193,145,54); }
div.DivClassName
{
background-color: #C19136;
}
.BgClassName
{
background-color: #C19136;
}
</style>
border-color css
<style>
span { border-color: #C19136; }
span { border-color: rgb(193,145,54); }
td.TdClassName
{
border-color: #C19136;
}
.TagClassName
{
border-color: #C19136;
}
</style>