Shades of Hokey Pokey #C19437
Tints of Hokey Pokey #C19437
RGB
CMYK
RGB Variations
Color information
#C19437 (or 0xC19437) is known color: Hokey Pokey. HEX triplet: C1, 94 and 37. RGB value is (193,148,55). Sum of RGB (Red+Green+Blue) = 193+148+55=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C19437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19437 is #3E6BC8. Grayscale: #979797. Windows color (decimal): -4090825 or 3642561. OLE color: 3642561.
HSL color Cylindrical-coordinate representation of color #C19437: hue angle of 40.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C19437 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 55 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.24 |
| HSL | 40.43º | 0.56% | 0.49% | - |
| HSV(B) | 40.43º | 0.72% | 0.76% | - |
| XYZ | 33.27 | 32.79 | 8.19 | - |
| YUV | 150.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 55 | 0 | 0.23 | 0.72 | 0.24 | 40.43 | 0.56 | 0.49 |
| Hex | C1 | 94 | 37 | 0 | 17 | 48 | 18 | 28 | 38 | 31 |
| Octal | 301 | 224 | 67 | 0 | 27 | 110 | 30 | 50 | 70 | 61 |
| Binary | 11000001 | 10010100 | 110111 | 0 | 10111 | 1001000 | 11000 | 101000 | 111000 | 110001 |
Color Harmonies of #C19437
Complementary color
Monochromatic Colors of #C19437
Black with #C19437
Text Example
Text Example
White with #C19437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19437; }
p { color: rgb(193,148,55); }
H1.HeaderClassName
{
color: #C19437;
}
.AnyTagClassName
{
color: #C19437;
}
</style>
background-color css
<style>
a { background-color: #C19437; }
a { background-color: rgb(193,148,55); }
div.DivClassName
{
background-color: #C19437;
}
.BgClassName
{
background-color: #C19437;
}
</style>
border-color css
<style>
span { border-color: #C19437; }
span { border-color: rgb(193,148,55); }
td.TdClassName
{
border-color: #C19437;
}
.TagClassName
{
border-color: #C19437;
}
</style>