Shades of Hokey Pokey #C29737
Tints of Hokey Pokey #C29737
RGB
CMYK
RGB Variations
Color information
#C29737 (or 0xC29737) is known color: Hokey Pokey. HEX triplet: C2, 97 and 37. RGB value is (194,151,55). Sum of RGB (Red+Green+Blue) = 194+151+55=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C29737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29737 is #3D68C8. Grayscale: #999999. Windows color (decimal): -4024521 or 3643330. OLE color: 3643330.
HSL color Cylindrical-coordinate representation of color #C29737: hue angle of 41.44º 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 #C29737 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 55 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.24 |
| HSL | 41.44º | 0.56% | 0.49% | - |
| HSV(B) | 41.44º | 0.72% | 0.76% | - |
| XYZ | 34 | 33.88 | 8.36 | - |
| YUV | 152.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 55 | 0 | 0.22 | 0.72 | 0.24 | 41.44 | 0.56 | 0.49 |
| Hex | C2 | 97 | 37 | 0 | 16 | 48 | 18 | 29 | 38 | 31 |
| Octal | 302 | 227 | 67 | 0 | 26 | 110 | 30 | 51 | 70 | 61 |
| Binary | 11000010 | 10010111 | 110111 | 0 | 10110 | 1001000 | 11000 | 101001 | 111000 | 110001 |
Color Harmonies of #C29737
Complementary color
Monochromatic Colors of #C29737
Black with #C29737
Text Example
Text Example
White with #C29737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29737; }
p { color: rgb(194,151,55); }
H1.HeaderClassName
{
color: #C29737;
}
.AnyTagClassName
{
color: #C29737;
}
</style>
background-color css
<style>
a { background-color: #C29737; }
a { background-color: rgb(194,151,55); }
div.DivClassName
{
background-color: #C29737;
}
.BgClassName
{
background-color: #C29737;
}
</style>
border-color css
<style>
span { border-color: #C29737; }
span { border-color: rgb(194,151,55); }
td.TdClassName
{
border-color: #C29737;
}
.TagClassName
{
border-color: #C29737;
}
</style>