Shades of Hokey Pokey #C08E33
Tints of Hokey Pokey #C08E33
RGB
CMYK
RGB Variations
Color information
#C08E33 (or 0xC08E33) is known color: Hokey Pokey. HEX triplet: C0, 8E and 33. RGB value is (192,142,51). Sum of RGB (Red+Green+Blue) = 192+142+51=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E33 is #3F71CC. Grayscale: #929292. Windows color (decimal): -4157901 or 3378880. OLE color: 3378880.
HSL color Cylindrical-coordinate representation of color #C08E33: hue angle of 38.72º 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 #C08E33 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 51 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.25 |
| HSL | 38.72º | 0.58% | 0.48% | - |
| HSV(B) | 38.72º | 0.73% | 0.75% | - |
| XYZ | 32.01 | 30.79 | 7.39 | - |
| YUV | 146.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 51 | 0 | 0.26 | 0.73 | 0.25 | 38.72 | 0.58 | 0.48 |
| Hex | C0 | 8E | 33 | 0 | 1A | 49 | 19 | 27 | 3A | 30 |
| Octal | 300 | 216 | 63 | 0 | 32 | 111 | 31 | 47 | 72 | 60 |
| Binary | 11000000 | 10001110 | 110011 | 0 | 11010 | 1001001 | 11001 | 100111 | 111010 | 110000 |
Color Harmonies of #C08E33
Complementary color
Monochromatic Colors of #C08E33
Black with #C08E33
Text Example
Text Example
White with #C08E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E33; }
p { color: rgb(192,142,51); }
H1.HeaderClassName
{
color: #C08E33;
}
.AnyTagClassName
{
color: #C08E33;
}
</style>
background-color css
<style>
a { background-color: #C08E33; }
a { background-color: rgb(192,142,51); }
div.DivClassName
{
background-color: #C08E33;
}
.BgClassName
{
background-color: #C08E33;
}
</style>
border-color css
<style>
span { border-color: #C08E33; }
span { border-color: rgb(192,142,51); }
td.TdClassName
{
border-color: #C08E33;
}
.TagClassName
{
border-color: #C08E33;
}
</style>