Shades of Hokey Pokey #C09037
Tints of Hokey Pokey #C09037
RGB
CMYK
RGB Variations
Color information
#C09037 (or 0xC09037) is known color: Hokey Pokey. HEX triplet: C0, 90 and 37. RGB value is (192,144,55). Sum of RGB (Red+Green+Blue) = 192+144+55=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C09037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09037 is #3F6FC8. Grayscale: #949494. Windows color (decimal): -4157385 or 3641536. OLE color: 3641536.
HSL color Cylindrical-coordinate representation of color #C09037: hue angle of 38.98º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C09037 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 55 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.25 |
| HSL | 38.98º | 0.55% | 0.48% | - |
| HSV(B) | 38.98º | 0.71% | 0.75% | - |
| XYZ | 32.4 | 31.43 | 7.97 | - |
| YUV | 148.21 | 75.4 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 55 | 0 | 0.25 | 0.71 | 0.25 | 38.98 | 0.55 | 0.48 |
| Hex | C0 | 90 | 37 | 0 | 19 | 47 | 19 | 27 | 37 | 30 |
| Octal | 300 | 220 | 67 | 0 | 31 | 107 | 31 | 47 | 67 | 60 |
| Binary | 11000000 | 10010000 | 110111 | 0 | 11001 | 1000111 | 11001 | 100111 | 110111 | 110000 |
Color Harmonies of #C09037
Complementary color
Monochromatic Colors of #C09037
Black with #C09037
Text Example
Text Example
White with #C09037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09037; }
p { color: rgb(192,144,55); }
H1.HeaderClassName
{
color: #C09037;
}
.AnyTagClassName
{
color: #C09037;
}
</style>
background-color css
<style>
a { background-color: #C09037; }
a { background-color: rgb(192,144,55); }
div.DivClassName
{
background-color: #C09037;
}
.BgClassName
{
background-color: #C09037;
}
</style>
border-color css
<style>
span { border-color: #C09037; }
span { border-color: rgb(192,144,55); }
td.TdClassName
{
border-color: #C09037;
}
.TagClassName
{
border-color: #C09037;
}
</style>