Shades of Hokey Pokey #C09332
Tints of Hokey Pokey #C09332
RGB
CMYK
RGB Variations
Color information
#C09332 (or 0xC09332) is known color: Hokey Pokey. HEX triplet: C0, 93 and 32. RGB value is (192,147,50). Sum of RGB (Red+Green+Blue) = 192+147+50=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C09332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09332 is #3F6CCD. Grayscale: #959595. Windows color (decimal): -4156622 or 3314624. OLE color: 3314624.
HSL color Cylindrical-coordinate representation of color #C09332: hue angle of 40.99º 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 #C09332 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 50 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.25 |
| HSL | 40.99º | 0.59% | 0.47% | - |
| HSV(B) | 40.99º | 0.74% | 0.75% | - |
| XYZ | 32.75 | 32.3 | 7.53 | - |
| YUV | 149.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 50 | 0 | 0.23 | 0.74 | 0.25 | 40.99 | 0.59 | 0.47 |
| Hex | C0 | 93 | 32 | 0 | 17 | 4A | 19 | 29 | 3B | 2F |
| Octal | 300 | 223 | 62 | 0 | 27 | 112 | 31 | 51 | 73 | 57 |
| Binary | 11000000 | 10010011 | 110010 | 0 | 10111 | 1001010 | 11001 | 101001 | 111011 | 101111 |
Color Harmonies of #C09332
Complementary color
Monochromatic Colors of #C09332
Black with #C09332
Text Example
Text Example
White with #C09332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09332; }
p { color: rgb(192,147,50); }
H1.HeaderClassName
{
color: #C09332;
}
.AnyTagClassName
{
color: #C09332;
}
</style>
background-color css
<style>
a { background-color: #C09332; }
a { background-color: rgb(192,147,50); }
div.DivClassName
{
background-color: #C09332;
}
.BgClassName
{
background-color: #C09332;
}
</style>
border-color css
<style>
span { border-color: #C09332; }
span { border-color: rgb(192,147,50); }
td.TdClassName
{
border-color: #C09332;
}
.TagClassName
{
border-color: #C09332;
}
</style>