Shades of Hokey Pokey #C09233
Tints of Hokey Pokey #C09233
RGB
CMYK
RGB Variations
Color information
#C09233 (or 0xC09233) is known color: Hokey Pokey. HEX triplet: C0, 92 and 33. RGB value is (192,146,51). Sum of RGB (Red+Green+Blue) = 192+146+51=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C09233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09233 is #3F6DCC. Grayscale: #959595. Windows color (decimal): -4156877 or 3379904. OLE color: 3379904.
HSL color Cylindrical-coordinate representation of color #C09233: hue angle of 40.43º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C09233 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 51 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.25 |
| HSL | 40.43º | 0.58% | 0.48% | - |
| HSV(B) | 40.43º | 0.73% | 0.75% | - |
| XYZ | 32.61 | 32 | 7.59 | - |
| YUV | 148.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 51 | 0 | 0.24 | 0.73 | 0.25 | 40.43 | 0.58 | 0.48 |
| Hex | C0 | 92 | 33 | 0 | 18 | 49 | 19 | 28 | 3A | 30 |
| Octal | 300 | 222 | 63 | 0 | 30 | 111 | 31 | 50 | 72 | 60 |
| Binary | 11000000 | 10010010 | 110011 | 0 | 11000 | 1001001 | 11001 | 101000 | 111010 | 110000 |
Color Harmonies of #C09233
Complementary color
Monochromatic Colors of #C09233
Black with #C09233
Text Example
Text Example
White with #C09233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09233; }
p { color: rgb(192,146,51); }
H1.HeaderClassName
{
color: #C09233;
}
.AnyTagClassName
{
color: #C09233;
}
</style>
background-color css
<style>
a { background-color: #C09233; }
a { background-color: rgb(192,146,51); }
div.DivClassName
{
background-color: #C09233;
}
.BgClassName
{
background-color: #C09233;
}
</style>
border-color css
<style>
span { border-color: #C09233; }
span { border-color: rgb(192,146,51); }
td.TdClassName
{
border-color: #C09233;
}
.TagClassName
{
border-color: #C09233;
}
</style>