Shades of Hokey Pokey #C59937
Tints of Hokey Pokey #C59937
RGB
CMYK
RGB Variations
Color information
#C59937 (or 0xC59937) is known color: Hokey Pokey. HEX triplet: C5, 99 and 37. RGB value is (197,153,55). Sum of RGB (Red+Green+Blue) = 197+153+55=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C59937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59937 is #3A66C8. Grayscale: #9B9B9B. Windows color (decimal): -3827401 or 3643845. OLE color: 3643845.
HSL color Cylindrical-coordinate representation of color #C59937: hue angle of 41.41º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C59937 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 55 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.23 |
| HSL | 41.41º | 0.56% | 0.49% | - |
| HSV(B) | 41.41º | 0.72% | 0.77% | - |
| XYZ | 35.11 | 34.93 | 8.51 | - |
| YUV | 154.98 | 71.58 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 55 | 0 | 0.22 | 0.72 | 0.23 | 41.41 | 0.56 | 0.49 |
| Hex | C5 | 99 | 37 | 0 | 16 | 48 | 17 | 29 | 38 | 31 |
| Octal | 305 | 231 | 67 | 0 | 26 | 110 | 27 | 51 | 70 | 61 |
| Binary | 11000101 | 10011001 | 110111 | 0 | 10110 | 1001000 | 10111 | 101001 | 111000 | 110001 |
Color Harmonies of #C59937
Complementary color
Monochromatic Colors of #C59937
Black with #C59937
Text Example
Text Example
White with #C59937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59937; }
p { color: rgb(197,153,55); }
H1.HeaderClassName
{
color: #C59937;
}
.AnyTagClassName
{
color: #C59937;
}
</style>
background-color css
<style>
a { background-color: #C59937; }
a { background-color: rgb(197,153,55); }
div.DivClassName
{
background-color: #C59937;
}
.BgClassName
{
background-color: #C59937;
}
</style>
border-color css
<style>
span { border-color: #C59937; }
span { border-color: rgb(197,153,55); }
td.TdClassName
{
border-color: #C59937;
}
.TagClassName
{
border-color: #C59937;
}
</style>