Shades of Hokey Pokey #C59233
Tints of Hokey Pokey #C59233
RGB
CMYK
RGB Variations
Color information
#C59233 (or 0xC59233) is known color: Hokey Pokey. HEX triplet: C5, 92 and 33. RGB value is (197,146,51). Sum of RGB (Red+Green+Blue) = 197+146+51=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C59233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59233 is #3A6DCC. Grayscale: #969696. Windows color (decimal): -3829197 or 3379909. OLE color: 3379909.
HSL color Cylindrical-coordinate representation of color #C59233: hue angle of 39.04º 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 #C59233 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 51 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.23 |
| HSL | 39.04º | 0.59% | 0.49% | - |
| HSV(B) | 39.04º | 0.74% | 0.77% | - |
| XYZ | 33.9 | 32.67 | 7.65 | - |
| YUV | 150.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 51 | 0 | 0.26 | 0.74 | 0.23 | 39.04 | 0.59 | 0.49 |
| Hex | C5 | 92 | 33 | 0 | 1A | 4A | 17 | 27 | 3B | 31 |
| Octal | 305 | 222 | 63 | 0 | 32 | 112 | 27 | 47 | 73 | 61 |
| Binary | 11000101 | 10010010 | 110011 | 0 | 11010 | 1001010 | 10111 | 100111 | 111011 | 110001 |
Color Harmonies of #C59233
Complementary color
Monochromatic Colors of #C59233
Black with #C59233
Text Example
Text Example
White with #C59233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59233; }
p { color: rgb(197,146,51); }
H1.HeaderClassName
{
color: #C59233;
}
.AnyTagClassName
{
color: #C59233;
}
</style>
background-color css
<style>
a { background-color: #C59233; }
a { background-color: rgb(197,146,51); }
div.DivClassName
{
background-color: #C59233;
}
.BgClassName
{
background-color: #C59233;
}
</style>
border-color css
<style>
span { border-color: #C59233; }
span { border-color: rgb(197,146,51); }
td.TdClassName
{
border-color: #C59233;
}
.TagClassName
{
border-color: #C59233;
}
</style>