Shades of Hokey Pokey #C29937
Tints of Hokey Pokey #C29937
RGB
CMYK
RGB Variations
Color information
#C29937 (or 0xC29937) is known color: Hokey Pokey. HEX triplet: C2, 99 and 37. RGB value is (194,153,55). Sum of RGB (Red+Green+Blue) = 194+153+55=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C29937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29937 is #3D66C8. Grayscale: #9A9A9A. Windows color (decimal): -4024009 or 3643842. OLE color: 3643842.
HSL color Cylindrical-coordinate representation of color #C29937: hue angle of 42.3º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C29937 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 55 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.24 |
| HSL | 42.3º | 0.56% | 0.49% | - |
| HSV(B) | 42.3º | 0.72% | 0.76% | - |
| XYZ | 34.33 | 34.53 | 8.47 | - |
| YUV | 154.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 55 | 0 | 0.21 | 0.72 | 0.24 | 42.3 | 0.56 | 0.49 |
| Hex | C2 | 99 | 37 | 0 | 15 | 48 | 18 | 2A | 38 | 31 |
| Octal | 302 | 231 | 67 | 0 | 25 | 110 | 30 | 52 | 70 | 61 |
| Binary | 11000010 | 10011001 | 110111 | 0 | 10101 | 1001000 | 11000 | 101010 | 111000 | 110001 |
Color Harmonies of #C29937
Complementary color
Monochromatic Colors of #C29937
Black with #C29937
Text Example
Text Example
White with #C29937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29937; }
p { color: rgb(194,153,55); }
H1.HeaderClassName
{
color: #C29937;
}
.AnyTagClassName
{
color: #C29937;
}
</style>
background-color css
<style>
a { background-color: #C29937; }
a { background-color: rgb(194,153,55); }
div.DivClassName
{
background-color: #C29937;
}
.BgClassName
{
background-color: #C29937;
}
</style>
border-color css
<style>
span { border-color: #C29937; }
span { border-color: rgb(194,153,55); }
td.TdClassName
{
border-color: #C29937;
}
.TagClassName
{
border-color: #C29937;
}
</style>