Shades of Hokey Pokey #C59330
Tints of Hokey Pokey #C59330
RGB
CMYK
RGB Variations
Color information
#C59330 (or 0xC59330) is known color: Hokey Pokey. HEX triplet: C5, 93 and 30. RGB value is (197,147,48). Sum of RGB (Red+Green+Blue) = 197+147+48=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C59330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59330 is #3A6CCF. Grayscale: #979797. Windows color (decimal): -3828944 or 3183557. OLE color: 3183557.
HSL color Cylindrical-coordinate representation of color #C59330: hue angle of 39.87º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C59330 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 48 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.23 |
| HSL | 39.87º | 0.61% | 0.48% | - |
| HSV(B) | 39.87º | 0.76% | 0.77% | - |
| XYZ | 33.99 | 32.95 | 7.36 | - |
| YUV | 150.66 | 70.07 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 48 | 0 | 0.25 | 0.76 | 0.23 | 39.87 | 0.61 | 0.48 |
| Hex | C5 | 93 | 30 | 0 | 19 | 4C | 17 | 28 | 3D | 30 |
| Octal | 305 | 223 | 60 | 0 | 31 | 114 | 27 | 50 | 75 | 60 |
| Binary | 11000101 | 10010011 | 110000 | 0 | 11001 | 1001100 | 10111 | 101000 | 111101 | 110000 |
Color Harmonies of #C59330
Complementary color
Monochromatic Colors of #C59330
Black with #C59330
Text Example
Text Example
White with #C59330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59330; }
p { color: rgb(197,147,48); }
H1.HeaderClassName
{
color: #C59330;
}
.AnyTagClassName
{
color: #C59330;
}
</style>
background-color css
<style>
a { background-color: #C59330; }
a { background-color: rgb(197,147,48); }
div.DivClassName
{
background-color: #C59330;
}
.BgClassName
{
background-color: #C59330;
}
</style>
border-color css
<style>
span { border-color: #C59330; }
span { border-color: rgb(197,147,48); }
td.TdClassName
{
border-color: #C59330;
}
.TagClassName
{
border-color: #C59330;
}
</style>