Shades of Hokey Pokey #C28C32
Tints of Hokey Pokey #C28C32
RGB
CMYK
RGB Variations
Color information
#C28C32 (or 0xC28C32) is known color: Hokey Pokey. HEX triplet: C2, 8C and 32. RGB value is (194,140,50). Sum of RGB (Red+Green+Blue) = 194+140+50=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C32 is #3D73CD. Grayscale: #929292. Windows color (decimal): -4027342 or 3312834. OLE color: 3312834.
HSL color Cylindrical-coordinate representation of color #C28C32: hue angle of 37.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C28C32 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 50 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.24 |
| HSL | 37.5º | 0.59% | 0.48% | - |
| HSV(B) | 37.5º | 0.74% | 0.76% | - |
| XYZ | 32.2 | 30.46 | 7.2 | - |
| YUV | 145.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 50 | 0 | 0.28 | 0.74 | 0.24 | 37.5 | 0.59 | 0.48 |
| Hex | C2 | 8C | 32 | 0 | 1C | 4A | 18 | 26 | 3B | 30 |
| Octal | 302 | 214 | 62 | 0 | 34 | 112 | 30 | 46 | 73 | 60 |
| Binary | 11000010 | 10001100 | 110010 | 0 | 11100 | 1001010 | 11000 | 100110 | 111011 | 110000 |
Color Harmonies of #C28C32
Complementary color
Monochromatic Colors of #C28C32
Black with #C28C32
Text Example
Text Example
White with #C28C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C32; }
p { color: rgb(194,140,50); }
H1.HeaderClassName
{
color: #C28C32;
}
.AnyTagClassName
{
color: #C28C32;
}
</style>
background-color css
<style>
a { background-color: #C28C32; }
a { background-color: rgb(194,140,50); }
div.DivClassName
{
background-color: #C28C32;
}
.BgClassName
{
background-color: #C28C32;
}
</style>
border-color css
<style>
span { border-color: #C28C32; }
span { border-color: rgb(194,140,50); }
td.TdClassName
{
border-color: #C28C32;
}
.TagClassName
{
border-color: #C28C32;
}
</style>