Shades of Hokey Pokey #C59232
Tints of Hokey Pokey #C59232
RGB
CMYK
RGB Variations
Color information
#C59232 (or 0xC59232) is known color: Hokey Pokey. HEX triplet: C5, 92 and 32. RGB value is (197,146,50). Sum of RGB (Red+Green+Blue) = 197+146+50=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C59232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59232 is #3A6DCD. Grayscale: #969696. Windows color (decimal): -3829198 or 3314373. OLE color: 3314373.
HSL color Cylindrical-coordinate representation of color #C59232: hue angle of 39.18º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C59232 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 50 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.23 |
| HSL | 39.18º | 0.6% | 0.48% | - |
| HSV(B) | 39.18º | 0.75% | 0.77% | - |
| XYZ | 33.88 | 32.66 | 7.54 | - |
| YUV | 150.31 | 71.4 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 50 | 0 | 0.26 | 0.75 | 0.23 | 39.18 | 0.6 | 0.48 |
| Hex | C5 | 92 | 32 | 0 | 1A | 4B | 17 | 27 | 3C | 30 |
| Octal | 305 | 222 | 62 | 0 | 32 | 113 | 27 | 47 | 74 | 60 |
| Binary | 11000101 | 10010010 | 110010 | 0 | 11010 | 1001011 | 10111 | 100111 | 111100 | 110000 |
Color Harmonies of #C59232
Complementary color
Monochromatic Colors of #C59232
Black with #C59232
Text Example
Text Example
White with #C59232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59232; }
p { color: rgb(197,146,50); }
H1.HeaderClassName
{
color: #C59232;
}
.AnyTagClassName
{
color: #C59232;
}
</style>
background-color css
<style>
a { background-color: #C59232; }
a { background-color: rgb(197,146,50); }
div.DivClassName
{
background-color: #C59232;
}
.BgClassName
{
background-color: #C59232;
}
</style>
border-color css
<style>
span { border-color: #C59232; }
span { border-color: rgb(197,146,50); }
td.TdClassName
{
border-color: #C59232;
}
.TagClassName
{
border-color: #C59232;
}
</style>