Shades of Hokey Pokey #C29035
Tints of Hokey Pokey #C29035
RGB
CMYK
RGB Variations
Color information
#C29035 (or 0xC29035) is known color: Hokey Pokey. HEX triplet: C2, 90 and 35. RGB value is (194,144,53). Sum of RGB (Red+Green+Blue) = 194+144+53=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C29035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29035 is #3D6FCA. Grayscale: #949494. Windows color (decimal): -4026315 or 3510466. OLE color: 3510466.
HSL color Cylindrical-coordinate representation of color #C29035: hue angle of 38.72º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C29035 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 53 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.24 |
| HSL | 38.72º | 0.57% | 0.48% | - |
| HSV(B) | 38.72º | 0.73% | 0.76% | - |
| XYZ | 32.86 | 31.67 | 7.75 | - |
| YUV | 148.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 53 | 0 | 0.26 | 0.73 | 0.24 | 38.72 | 0.57 | 0.48 |
| Hex | C2 | 90 | 35 | 0 | 1A | 49 | 18 | 27 | 39 | 30 |
| Octal | 302 | 220 | 65 | 0 | 32 | 111 | 30 | 47 | 71 | 60 |
| Binary | 11000010 | 10010000 | 110101 | 0 | 11010 | 1001001 | 11000 | 100111 | 111001 | 110000 |
Color Harmonies of #C29035
Complementary color
Monochromatic Colors of #C29035
Black with #C29035
Text Example
Text Example
White with #C29035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29035; }
p { color: rgb(194,144,53); }
H1.HeaderClassName
{
color: #C29035;
}
.AnyTagClassName
{
color: #C29035;
}
</style>
background-color css
<style>
a { background-color: #C29035; }
a { background-color: rgb(194,144,53); }
div.DivClassName
{
background-color: #C29035;
}
.BgClassName
{
background-color: #C29035;
}
</style>
border-color css
<style>
span { border-color: #C29035; }
span { border-color: rgb(194,144,53); }
td.TdClassName
{
border-color: #C29035;
}
.TagClassName
{
border-color: #C29035;
}
</style>