Shades of Hokey Pokey #C08931
Tints of Hokey Pokey #C08931
RGB
CMYK
RGB Variations
Color information
#C08931 (or 0xC08931) is known color: Hokey Pokey. HEX triplet: C0, 89 and 31. RGB value is (192,137,49). Sum of RGB (Red+Green+Blue) = 192+137+49=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C08931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08931 is #3F76CE. Grayscale: #8F8F8F. Windows color (decimal): -4159183 or 3246528. OLE color: 3246528.
HSL color Cylindrical-coordinate representation of color #C08931: hue angle of 36.92º 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 #C08931 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 49 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.25 |
| HSL | 36.92º | 0.59% | 0.47% | - |
| HSV(B) | 36.92º | 0.74% | 0.75% | - |
| XYZ | 31.24 | 29.32 | 6.92 | - |
| YUV | 143.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 49 | 0 | 0.29 | 0.74 | 0.25 | 36.92 | 0.59 | 0.47 |
| Hex | C0 | 89 | 31 | 0 | 1D | 4A | 19 | 25 | 3B | 2F |
| Octal | 300 | 211 | 61 | 0 | 35 | 112 | 31 | 45 | 73 | 57 |
| Binary | 11000000 | 10001001 | 110001 | 0 | 11101 | 1001010 | 11001 | 100101 | 111011 | 101111 |
Color Harmonies of #C08931
Complementary color
Monochromatic Colors of #C08931
Black with #C08931
Text Example
Text Example
White with #C08931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08931; }
p { color: rgb(192,137,49); }
H1.HeaderClassName
{
color: #C08931;
}
.AnyTagClassName
{
color: #C08931;
}
</style>
background-color css
<style>
a { background-color: #C08931; }
a { background-color: rgb(192,137,49); }
div.DivClassName
{
background-color: #C08931;
}
.BgClassName
{
background-color: #C08931;
}
</style>
border-color css
<style>
span { border-color: #C08931; }
span { border-color: rgb(192,137,49); }
td.TdClassName
{
border-color: #C08931;
}
.TagClassName
{
border-color: #C08931;
}
</style>