Shades of Hokey Pokey #C09938
Tints of Hokey Pokey #C09938
RGB
CMYK
RGB Variations
Color information
#C09938 (or 0xC09938) is known color: Hokey Pokey. HEX triplet: C0, 99 and 38. RGB value is (192,153,56). Sum of RGB (Red+Green+Blue) = 192+153+56=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C09938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09938 is #3F66C7. Grayscale: #9A9A9A. Windows color (decimal): -4155080 or 3709376. OLE color: 3709376.
HSL color Cylindrical-coordinate representation of color #C09938: hue angle of 42.79º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C09938 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 56 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.25 |
| HSL | 42.79º | 0.55% | 0.49% | - |
| HSV(B) | 42.79º | 0.71% | 0.75% | - |
| XYZ | 33.84 | 34.27 | 8.57 | - |
| YUV | 153.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 56 | 0 | 0.20 | 0.71 | 0.25 | 42.79 | 0.55 | 0.49 |
| Hex | C0 | 99 | 38 | 0 | 14 | 47 | 19 | 2B | 37 | 31 |
| Octal | 300 | 231 | 70 | 0 | 24 | 107 | 31 | 53 | 67 | 61 |
| Binary | 11000000 | 10011001 | 111000 | 0 | 10100 | 1000111 | 11001 | 101011 | 110111 | 110001 |
Color Harmonies of #C09938
Complementary color
Monochromatic Colors of #C09938
Black with #C09938
Text Example
Text Example
White with #C09938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09938; }
p { color: rgb(192,153,56); }
H1.HeaderClassName
{
color: #C09938;
}
.AnyTagClassName
{
color: #C09938;
}
</style>
background-color css
<style>
a { background-color: #C09938; }
a { background-color: rgb(192,153,56); }
div.DivClassName
{
background-color: #C09938;
}
.BgClassName
{
background-color: #C09938;
}
</style>
border-color css
<style>
span { border-color: #C09938; }
span { border-color: rgb(192,153,56); }
td.TdClassName
{
border-color: #C09938;
}
.TagClassName
{
border-color: #C09938;
}
</style>