Shades of Hokey Pokey #C59333
Tints of Hokey Pokey #C59333
RGB
CMYK
RGB Variations
Color information
#C59333 (or 0xC59333) is known color: Hokey Pokey. HEX triplet: C5, 93 and 33. RGB value is (197,147,51). Sum of RGB (Red+Green+Blue) = 197+147+51=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C59333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59333 is #3A6CCC. Grayscale: #979797. Windows color (decimal): -3828941 or 3380165. OLE color: 3380165.
HSL color Cylindrical-coordinate representation of color #C59333: hue angle of 39.45º degrees, saturation: 0.59, 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 #C59333 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 51 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.23 |
| HSL | 39.45º | 0.59% | 0.49% | - |
| HSV(B) | 39.45º | 0.74% | 0.77% | - |
| XYZ | 34.06 | 32.98 | 7.7 | - |
| YUV | 151.01 | 71.57 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 51 | 0 | 0.25 | 0.74 | 0.23 | 39.45 | 0.59 | 0.49 |
| Hex | C5 | 93 | 33 | 0 | 19 | 4A | 17 | 27 | 3B | 31 |
| Octal | 305 | 223 | 63 | 0 | 31 | 112 | 27 | 47 | 73 | 61 |
| Binary | 11000101 | 10010011 | 110011 | 0 | 11001 | 1001010 | 10111 | 100111 | 111011 | 110001 |
Color Harmonies of #C59333
Complementary color
Monochromatic Colors of #C59333
Black with #C59333
Text Example
Text Example
White with #C59333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59333; }
p { color: rgb(197,147,51); }
H1.HeaderClassName
{
color: #C59333;
}
.AnyTagClassName
{
color: #C59333;
}
</style>
background-color css
<style>
a { background-color: #C59333; }
a { background-color: rgb(197,147,51); }
div.DivClassName
{
background-color: #C59333;
}
.BgClassName
{
background-color: #C59333;
}
</style>
border-color css
<style>
span { border-color: #C59333; }
span { border-color: rgb(197,147,51); }
td.TdClassName
{
border-color: #C59333;
}
.TagClassName
{
border-color: #C59333;
}
</style>