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