Shades of Hokey Pokey #C59633
Tints of Hokey Pokey #C59633
RGB
CMYK
RGB Variations
Color information
#C59633 (or 0xC59633) is known color: Hokey Pokey. HEX triplet: C5, 96 and 33. RGB value is (197,150,51). Sum of RGB (Red+Green+Blue) = 197+150+51=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C59633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59633 is #3A69CC. Grayscale: #999999. Windows color (decimal): -3828173 or 3380933. OLE color: 3380933.
HSL color Cylindrical-coordinate representation of color #C59633: hue angle of 40.68º 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 #C59633 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 51 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.23 |
| HSL | 40.68º | 0.59% | 0.49% | - |
| HSV(B) | 40.68º | 0.74% | 0.77% | - |
| XYZ | 34.53 | 33.92 | 7.86 | - |
| YUV | 152.77 | 70.57 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 51 | 0 | 0.24 | 0.74 | 0.23 | 40.68 | 0.59 | 0.49 |
| Hex | C5 | 96 | 33 | 0 | 18 | 4A | 17 | 29 | 3B | 31 |
| Octal | 305 | 226 | 63 | 0 | 30 | 112 | 27 | 51 | 73 | 61 |
| Binary | 11000101 | 10010110 | 110011 | 0 | 11000 | 1001010 | 10111 | 101001 | 111011 | 110001 |
Color Harmonies of #C59633
Complementary color
Monochromatic Colors of #C59633
Black with #C59633
Text Example
Text Example
White with #C59633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59633; }
p { color: rgb(197,150,51); }
H1.HeaderClassName
{
color: #C59633;
}
.AnyTagClassName
{
color: #C59633;
}
</style>
background-color css
<style>
a { background-color: #C59633; }
a { background-color: rgb(197,150,51); }
div.DivClassName
{
background-color: #C59633;
}
.BgClassName
{
background-color: #C59633;
}
</style>
border-color css
<style>
span { border-color: #C59633; }
span { border-color: rgb(197,150,51); }
td.TdClassName
{
border-color: #C59633;
}
.TagClassName
{
border-color: #C59633;
}
</style>