Shades of Hokey Pokey #C59133
Tints of Hokey Pokey #C59133
RGB
CMYK
RGB Variations
Color information
#C59133 (or 0xC59133) is known color: Hokey Pokey. HEX triplet: C5, 91 and 33. RGB value is (197,145,51). Sum of RGB (Red+Green+Blue) = 197+145+51=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C59133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59133 is #3A6ECC. Grayscale: #969696. Windows color (decimal): -3829453 or 3379653. OLE color: 3379653.
HSL color Cylindrical-coordinate representation of color #C59133: hue angle of 38.63º 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 #C59133 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 51 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.23 |
| HSL | 38.63º | 0.59% | 0.49% | - |
| HSV(B) | 38.63º | 0.74% | 0.77% | - |
| XYZ | 33.75 | 32.36 | 7.6 | - |
| YUV | 149.83 | 72.23 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 51 | 0 | 0.26 | 0.74 | 0.23 | 38.63 | 0.59 | 0.49 |
| Hex | C5 | 91 | 33 | 0 | 1A | 4A | 17 | 27 | 3B | 31 |
| Octal | 305 | 221 | 63 | 0 | 32 | 112 | 27 | 47 | 73 | 61 |
| Binary | 11000101 | 10010001 | 110011 | 0 | 11010 | 1001010 | 10111 | 100111 | 111011 | 110001 |
Color Harmonies of #C59133
Complementary color
Monochromatic Colors of #C59133
Black with #C59133
Text Example
Text Example
White with #C59133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59133; }
p { color: rgb(197,145,51); }
H1.HeaderClassName
{
color: #C59133;
}
.AnyTagClassName
{
color: #C59133;
}
</style>
background-color css
<style>
a { background-color: #C59133; }
a { background-color: rgb(197,145,51); }
div.DivClassName
{
background-color: #C59133;
}
.BgClassName
{
background-color: #C59133;
}
</style>
border-color css
<style>
span { border-color: #C59133; }
span { border-color: rgb(197,145,51); }
td.TdClassName
{
border-color: #C59133;
}
.TagClassName
{
border-color: #C59133;
}
</style>