Shades of Hokey Pokey #C19438
Tints of Hokey Pokey #C19438
RGB
CMYK
RGB Variations
Color information
#C19438 (or 0xC19438) is known color: Hokey Pokey. HEX triplet: C1, 94 and 38. RGB value is (193,148,56). Sum of RGB (Red+Green+Blue) = 193+148+56=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C19438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19438 is #3E6BC7. Grayscale: #979797. Windows color (decimal): -4090824 or 3708097. OLE color: 3708097.
HSL color Cylindrical-coordinate representation of color #C19438: hue angle of 40.29º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C19438 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 56 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.24 |
| HSL | 40.29º | 0.55% | 0.49% | - |
| HSV(B) | 40.29º | 0.71% | 0.76% | - |
| XYZ | 33.3 | 32.8 | 8.32 | - |
| YUV | 150.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 56 | 0 | 0.23 | 0.71 | 0.24 | 40.29 | 0.55 | 0.49 |
| Hex | C1 | 94 | 38 | 0 | 17 | 47 | 18 | 28 | 37 | 31 |
| Octal | 301 | 224 | 70 | 0 | 27 | 107 | 30 | 50 | 67 | 61 |
| Binary | 11000001 | 10010100 | 111000 | 0 | 10111 | 1000111 | 11000 | 101000 | 110111 | 110001 |
Color Harmonies of #C19438
Complementary color
Monochromatic Colors of #C19438
Black with #C19438
Text Example
Text Example
White with #C19438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19438; }
p { color: rgb(193,148,56); }
H1.HeaderClassName
{
color: #C19438;
}
.AnyTagClassName
{
color: #C19438;
}
</style>
background-color css
<style>
a { background-color: #C19438; }
a { background-color: rgb(193,148,56); }
div.DivClassName
{
background-color: #C19438;
}
.BgClassName
{
background-color: #C19438;
}
</style>
border-color css
<style>
span { border-color: #C19438; }
span { border-color: rgb(193,148,56); }
td.TdClassName
{
border-color: #C19438;
}
.TagClassName
{
border-color: #C19438;
}
</style>