Shades of Hokey Pokey #C08A32
Tints of Hokey Pokey #C08A32
RGB
CMYK
RGB Variations
Color information
#C08A32 (or 0xC08A32) is known color: Hokey Pokey. HEX triplet: C0, 8A and 32. RGB value is (192,138,50). Sum of RGB (Red+Green+Blue) = 192+138+50=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A32 is #3F75CD. Grayscale: #909090. Windows color (decimal): -4158926 or 3312320. OLE color: 3312320.
HSL color Cylindrical-coordinate representation of color #C08A32: hue angle of 37.18º 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 #C08A32 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 50 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.25 |
| HSL | 37.18º | 0.59% | 0.47% | - |
| HSV(B) | 37.18º | 0.74% | 0.75% | - |
| XYZ | 31.4 | 29.61 | 7.08 | - |
| YUV | 144.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 50 | 0 | 0.28 | 0.74 | 0.25 | 37.18 | 0.59 | 0.47 |
| Hex | C0 | 8A | 32 | 0 | 1C | 4A | 19 | 25 | 3B | 2F |
| Octal | 300 | 212 | 62 | 0 | 34 | 112 | 31 | 45 | 73 | 57 |
| Binary | 11000000 | 10001010 | 110010 | 0 | 11100 | 1001010 | 11001 | 100101 | 111011 | 101111 |
Color Harmonies of #C08A32
Complementary color
Monochromatic Colors of #C08A32
Black with #C08A32
Text Example
Text Example
White with #C08A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A32; }
p { color: rgb(192,138,50); }
H1.HeaderClassName
{
color: #C08A32;
}
.AnyTagClassName
{
color: #C08A32;
}
</style>
background-color css
<style>
a { background-color: #C08A32; }
a { background-color: rgb(192,138,50); }
div.DivClassName
{
background-color: #C08A32;
}
.BgClassName
{
background-color: #C08A32;
}
</style>
border-color css
<style>
span { border-color: #C08A32; }
span { border-color: rgb(192,138,50); }
td.TdClassName
{
border-color: #C08A32;
}
.TagClassName
{
border-color: #C08A32;
}
</style>