Shades of Hokey Pokey #C59734
Tints of Hokey Pokey #C59734
RGB
CMYK
RGB Variations
Color information
#C59734 (or 0xC59734) is known color: Hokey Pokey. HEX triplet: C5, 97 and 34. RGB value is (197,151,52). Sum of RGB (Red+Green+Blue) = 197+151+52=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C59734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59734 is #3A68CB. Grayscale: #999999. Windows color (decimal): -3827916 or 3446725. OLE color: 3446725.
HSL color Cylindrical-coordinate representation of color #C59734: hue angle of 40.97º degrees, saturation: 0.58, 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 #C59734 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 52 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.23 |
| HSL | 40.97º | 0.58% | 0.49% | - |
| HSV(B) | 40.97º | 0.74% | 0.77% | - |
| XYZ | 34.71 | 34.25 | 8.03 | - |
| YUV | 153.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 52 | 0 | 0.23 | 0.74 | 0.23 | 40.97 | 0.58 | 0.49 |
| Hex | C5 | 97 | 34 | 0 | 17 | 4A | 17 | 29 | 3A | 31 |
| Octal | 305 | 227 | 64 | 0 | 27 | 112 | 27 | 51 | 72 | 61 |
| Binary | 11000101 | 10010111 | 110100 | 0 | 10111 | 1001010 | 10111 | 101001 | 111010 | 110001 |
Color Harmonies of #C59734
Complementary color
Monochromatic Colors of #C59734
Black with #C59734
Text Example
Text Example
White with #C59734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59734; }
p { color: rgb(197,151,52); }
H1.HeaderClassName
{
color: #C59734;
}
.AnyTagClassName
{
color: #C59734;
}
</style>
background-color css
<style>
a { background-color: #C59734; }
a { background-color: rgb(197,151,52); }
div.DivClassName
{
background-color: #C59734;
}
.BgClassName
{
background-color: #C59734;
}
</style>
border-color css
<style>
span { border-color: #C59734; }
span { border-color: rgb(197,151,52); }
td.TdClassName
{
border-color: #C59734;
}
.TagClassName
{
border-color: #C59734;
}
</style>