Shades of Hokey Pokey #C59334
Tints of Hokey Pokey #C59334
RGB
CMYK
RGB Variations
Color information
#C59334 (or 0xC59334) is known color: Hokey Pokey. HEX triplet: C5, 93 and 34. RGB value is (197,147,52). Sum of RGB (Red+Green+Blue) = 197+147+52=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C59334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59334 is #3A6CCB. Grayscale: #979797. Windows color (decimal): -3828940 or 3445701. OLE color: 3445701.
HSL color Cylindrical-coordinate representation of color #C59334: hue angle of 39.31º 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 #C59334 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 52 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.23 |
| HSL | 39.31º | 0.58% | 0.49% | - |
| HSV(B) | 39.31º | 0.74% | 0.77% | - |
| XYZ | 34.08 | 32.99 | 7.82 | - |
| YUV | 151.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 52 | 0 | 0.25 | 0.74 | 0.23 | 39.31 | 0.58 | 0.49 |
| Hex | C5 | 93 | 34 | 0 | 19 | 4A | 17 | 27 | 3A | 31 |
| Octal | 305 | 223 | 64 | 0 | 31 | 112 | 27 | 47 | 72 | 61 |
| Binary | 11000101 | 10010011 | 110100 | 0 | 11001 | 1001010 | 10111 | 100111 | 111010 | 110001 |
Color Harmonies of #C59334
Complementary color
Monochromatic Colors of #C59334
Black with #C59334
Text Example
Text Example
White with #C59334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59334; }
p { color: rgb(197,147,52); }
H1.HeaderClassName
{
color: #C59334;
}
.AnyTagClassName
{
color: #C59334;
}
</style>
background-color css
<style>
a { background-color: #C59334; }
a { background-color: rgb(197,147,52); }
div.DivClassName
{
background-color: #C59334;
}
.BgClassName
{
background-color: #C59334;
}
</style>
border-color css
<style>
span { border-color: #C59334; }
span { border-color: rgb(197,147,52); }
td.TdClassName
{
border-color: #C59334;
}
.TagClassName
{
border-color: #C59334;
}
</style>