Shades of Hokey Pokey #C59134
Tints of Hokey Pokey #C59134
RGB
CMYK
RGB Variations
Color information
#C59134 (or 0xC59134) is known color: Hokey Pokey. HEX triplet: C5, 91 and 34. RGB value is (197,145,52). Sum of RGB (Red+Green+Blue) = 197+145+52=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C59134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59134 is #3A6ECB. Grayscale: #969696. Windows color (decimal): -3829452 or 3445189. OLE color: 3445189.
HSL color Cylindrical-coordinate representation of color #C59134: hue angle of 38.48º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C59134 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 52 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.23 |
| HSL | 38.48º | 0.58% | 0.49% | - |
| HSV(B) | 38.48º | 0.74% | 0.77% | - |
| XYZ | 33.77 | 32.37 | 7.72 | - |
| YUV | 149.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 52 | 0 | 0.26 | 0.74 | 0.23 | 38.48 | 0.58 | 0.49 |
| Hex | C5 | 91 | 34 | 0 | 1A | 4A | 17 | 26 | 3A | 31 |
| Octal | 305 | 221 | 64 | 0 | 32 | 112 | 27 | 46 | 72 | 61 |
| Binary | 11000101 | 10010001 | 110100 | 0 | 11010 | 1001010 | 10111 | 100110 | 111010 | 110001 |
Color Harmonies of #C59134
Complementary color
Monochromatic Colors of #C59134
Black with #C59134
Text Example
Text Example
White with #C59134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59134; }
p { color: rgb(197,145,52); }
H1.HeaderClassName
{
color: #C59134;
}
.AnyTagClassName
{
color: #C59134;
}
</style>
background-color css
<style>
a { background-color: #C59134; }
a { background-color: rgb(197,145,52); }
div.DivClassName
{
background-color: #C59134;
}
.BgClassName
{
background-color: #C59134;
}
</style>
border-color css
<style>
span { border-color: #C59134; }
span { border-color: rgb(197,145,52); }
td.TdClassName
{
border-color: #C59134;
}
.TagClassName
{
border-color: #C59134;
}
</style>