Shades of Hokey Pokey #C09232
Tints of Hokey Pokey #C09232
RGB
CMYK
RGB Variations
Color information
#C09232 (or 0xC09232) is known color: Hokey Pokey. HEX triplet: C0, 92 and 32. RGB value is (192,146,50). Sum of RGB (Red+Green+Blue) = 192+146+50=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C09232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09232 is #3F6DCD. Grayscale: #959595. Windows color (decimal): -4156878 or 3314368. OLE color: 3314368.
HSL color Cylindrical-coordinate representation of color #C09232: hue angle of 40.56º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C09232 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 50 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.25 |
| HSL | 40.56º | 0.59% | 0.47% | - |
| HSV(B) | 40.56º | 0.74% | 0.75% | - |
| XYZ | 32.59 | 31.99 | 7.48 | - |
| YUV | 148.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 50 | 0 | 0.24 | 0.74 | 0.25 | 40.56 | 0.59 | 0.47 |
| Hex | C0 | 92 | 32 | 0 | 18 | 4A | 19 | 29 | 3B | 2F |
| Octal | 300 | 222 | 62 | 0 | 30 | 112 | 31 | 51 | 73 | 57 |
| Binary | 11000000 | 10010010 | 110010 | 0 | 11000 | 1001010 | 11001 | 101001 | 111011 | 101111 |
Color Harmonies of #C09232
Complementary color
Monochromatic Colors of #C09232
Black with #C09232
Text Example
Text Example
White with #C09232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09232; }
p { color: rgb(192,146,50); }
H1.HeaderClassName
{
color: #C09232;
}
.AnyTagClassName
{
color: #C09232;
}
</style>
background-color css
<style>
a { background-color: #C09232; }
a { background-color: rgb(192,146,50); }
div.DivClassName
{
background-color: #C09232;
}
.BgClassName
{
background-color: #C09232;
}
</style>
border-color css
<style>
span { border-color: #C09232; }
span { border-color: rgb(192,146,50); }
td.TdClassName
{
border-color: #C09232;
}
.TagClassName
{
border-color: #C09232;
}
</style>