Shades of Hokey Pokey #C08A34
Tints of Hokey Pokey #C08A34
RGB
CMYK
RGB Variations
Color information
#C08A34 (or 0xC08A34) is known color: Hokey Pokey. HEX triplet: C0, 8A and 34. RGB value is (192,138,52). Sum of RGB (Red+Green+Blue) = 192+138+52=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A34 is #3F75CB. Grayscale: #909090. Windows color (decimal): -4158924 or 3443392. OLE color: 3443392.
HSL color Cylindrical-coordinate representation of color #C08A34: hue angle of 36.86º degrees, saturation: 0.57, 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 #C08A34 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 52 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.25 |
| HSL | 36.86º | 0.57% | 0.48% | - |
| HSV(B) | 36.86º | 0.73% | 0.75% | - |
| XYZ | 31.45 | 29.63 | 7.31 | - |
| YUV | 144.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 52 | 0 | 0.28 | 0.73 | 0.25 | 36.86 | 0.57 | 0.48 |
| Hex | C0 | 8A | 34 | 0 | 1C | 49 | 19 | 25 | 39 | 30 |
| Octal | 300 | 212 | 64 | 0 | 34 | 111 | 31 | 45 | 71 | 60 |
| Binary | 11000000 | 10001010 | 110100 | 0 | 11100 | 1001001 | 11001 | 100101 | 111001 | 110000 |
Color Harmonies of #C08A34
Complementary color
Monochromatic Colors of #C08A34
Black with #C08A34
Text Example
Text Example
White with #C08A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A34; }
p { color: rgb(192,138,52); }
H1.HeaderClassName
{
color: #C08A34;
}
.AnyTagClassName
{
color: #C08A34;
}
</style>
background-color css
<style>
a { background-color: #C08A34; }
a { background-color: rgb(192,138,52); }
div.DivClassName
{
background-color: #C08A34;
}
.BgClassName
{
background-color: #C08A34;
}
</style>
border-color css
<style>
span { border-color: #C08A34; }
span { border-color: rgb(192,138,52); }
td.TdClassName
{
border-color: #C08A34;
}
.TagClassName
{
border-color: #C08A34;
}
</style>