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