Shades of Hokey Pokey #C59837
Tints of Hokey Pokey #C59837
RGB
CMYK
RGB Variations
Color information
#C59837 (or 0xC59837) is known color: Hokey Pokey. HEX triplet: C5, 98 and 37. RGB value is (197,152,55). Sum of RGB (Red+Green+Blue) = 197+152+55=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C59837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59837 is #3A67C8. Grayscale: #9A9A9A. Windows color (decimal): -3827657 or 3643589. OLE color: 3643589.
HSL color Cylindrical-coordinate representation of color #C59837: hue angle of 40.99º 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 #C59837 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 55 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.23 |
| HSL | 40.99º | 0.56% | 0.49% | - |
| HSV(B) | 40.99º | 0.72% | 0.77% | - |
| XYZ | 34.94 | 34.6 | 8.45 | - |
| YUV | 154.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 55 | 0 | 0.23 | 0.72 | 0.23 | 40.99 | 0.56 | 0.49 |
| Hex | C5 | 98 | 37 | 0 | 17 | 48 | 17 | 29 | 38 | 31 |
| Octal | 305 | 230 | 67 | 0 | 27 | 110 | 27 | 51 | 70 | 61 |
| Binary | 11000101 | 10011000 | 110111 | 0 | 10111 | 1001000 | 10111 | 101001 | 111000 | 110001 |
Color Harmonies of #C59837
Complementary color
Monochromatic Colors of #C59837
Black with #C59837
Text Example
Text Example
White with #C59837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59837; }
p { color: rgb(197,152,55); }
H1.HeaderClassName
{
color: #C59837;
}
.AnyTagClassName
{
color: #C59837;
}
</style>
background-color css
<style>
a { background-color: #C59837; }
a { background-color: rgb(197,152,55); }
div.DivClassName
{
background-color: #C59837;
}
.BgClassName
{
background-color: #C59837;
}
</style>
border-color css
<style>
span { border-color: #C59837; }
span { border-color: rgb(197,152,55); }
td.TdClassName
{
border-color: #C59837;
}
.TagClassName
{
border-color: #C59837;
}
</style>