Shades of Hokey Pokey #C29738
Tints of Hokey Pokey #C29738
RGB
CMYK
RGB Variations
Color information
#C29738 (or 0xC29738) is known color: Hokey Pokey. HEX triplet: C2, 97 and 38. RGB value is (194,151,56). Sum of RGB (Red+Green+Blue) = 194+151+56=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C29738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29738 is #3D68C7. Grayscale: #999999. Windows color (decimal): -4024520 or 3708866. OLE color: 3708866.
HSL color Cylindrical-coordinate representation of color #C29738: hue angle of 41.3º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C29738 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 56 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.24 |
| HSL | 41.3º | 0.55% | 0.49% | - |
| HSV(B) | 41.3º | 0.71% | 0.76% | - |
| XYZ | 34.03 | 33.89 | 8.49 | - |
| YUV | 153.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 56 | 0 | 0.22 | 0.71 | 0.24 | 41.3 | 0.55 | 0.49 |
| Hex | C2 | 97 | 38 | 0 | 16 | 47 | 18 | 29 | 37 | 31 |
| Octal | 302 | 227 | 70 | 0 | 26 | 107 | 30 | 51 | 67 | 61 |
| Binary | 11000010 | 10010111 | 111000 | 0 | 10110 | 1000111 | 11000 | 101001 | 110111 | 110001 |
Color Harmonies of #C29738
Complementary color
Monochromatic Colors of #C29738
Black with #C29738
Text Example
Text Example
White with #C29738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29738; }
p { color: rgb(194,151,56); }
H1.HeaderClassName
{
color: #C29738;
}
.AnyTagClassName
{
color: #C29738;
}
</style>
background-color css
<style>
a { background-color: #C29738; }
a { background-color: rgb(194,151,56); }
div.DivClassName
{
background-color: #C29738;
}
.BgClassName
{
background-color: #C29738;
}
</style>
border-color css
<style>
span { border-color: #C29738; }
span { border-color: rgb(194,151,56); }
td.TdClassName
{
border-color: #C29738;
}
.TagClassName
{
border-color: #C29738;
}
</style>