Shades of Hokey Pokey #C09A37
Tints of Hokey Pokey #C09A37
RGB
CMYK
RGB Variations
Color information
#C09A37 (or 0xC09A37) is known color: Hokey Pokey. HEX triplet: C0, 9A and 37. RGB value is (192,154,55). Sum of RGB (Red+Green+Blue) = 192+154+55=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A37 is #3F65C8. Grayscale: #9A9A9A. Windows color (decimal): -4154825 or 3644096. OLE color: 3644096.
HSL color Cylindrical-coordinate representation of color #C09A37: hue angle of 43.36º 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 #C09A37 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 55 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.25 |
| HSL | 43.36º | 0.55% | 0.48% | - |
| HSV(B) | 43.36º | 0.71% | 0.75% | - |
| XYZ | 33.98 | 34.59 | 8.5 | - |
| YUV | 154.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 55 | 0 | 0.20 | 0.71 | 0.25 | 43.36 | 0.55 | 0.48 |
| Hex | C0 | 9A | 37 | 0 | 14 | 47 | 19 | 2B | 37 | 30 |
| Octal | 300 | 232 | 67 | 0 | 24 | 107 | 31 | 53 | 67 | 60 |
| Binary | 11000000 | 10011010 | 110111 | 0 | 10100 | 1000111 | 11001 | 101011 | 110111 | 110000 |
Color Harmonies of #C09A37
Complementary color
Monochromatic Colors of #C09A37
Black with #C09A37
Text Example
Text Example
White with #C09A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A37; }
p { color: rgb(192,154,55); }
H1.HeaderClassName
{
color: #C09A37;
}
.AnyTagClassName
{
color: #C09A37;
}
</style>
background-color css
<style>
a { background-color: #C09A37; }
a { background-color: rgb(192,154,55); }
div.DivClassName
{
background-color: #C09A37;
}
.BgClassName
{
background-color: #C09A37;
}
</style>
border-color css
<style>
span { border-color: #C09A37; }
span { border-color: rgb(192,154,55); }
td.TdClassName
{
border-color: #C09A37;
}
.TagClassName
{
border-color: #C09A37;
}
</style>