Shades of Hokey Pokey #C2902F
Tints of Hokey Pokey #C2902F
RGB
CMYK
RGB Variations
Color information
#C2902F (or 0xC2902F) is known color: Hokey Pokey. HEX triplet: C2, 90 and 2F. RGB value is (194,144,47). Sum of RGB (Red+Green+Blue) = 194+144+47=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2902F is #3D6FD0. Grayscale: #949494. Windows color (decimal): -4026321 or 3117250. OLE color: 3117250.
HSL color Cylindrical-coordinate representation of color #C2902F: hue angle of 39.59º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2902F is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 47 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.24 |
| HSL | 39.59º | 0.61% | 0.47% | - |
| HSV(B) | 39.59º | 0.76% | 0.76% | - |
| XYZ | 32.73 | 31.62 | 7.07 | - |
| YUV | 147.89 | 71.07 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 47 | 0 | 0.26 | 0.76 | 0.24 | 39.59 | 0.61 | 0.47 |
| Hex | C2 | 90 | 2F | 0 | 1A | 4C | 18 | 28 | 3D | 2F |
| Octal | 302 | 220 | 57 | 0 | 32 | 114 | 30 | 50 | 75 | 57 |
| Binary | 11000010 | 10010000 | 101111 | 0 | 11010 | 1001100 | 11000 | 101000 | 111101 | 101111 |
Color Harmonies of #C2902F
Complementary color
Monochromatic Colors of #C2902F
Black with #C2902F
Text Example
Text Example
White with #C2902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2902F; }
p { color: rgb(194,144,47); }
H1.HeaderClassName
{
color: #C2902F;
}
.AnyTagClassName
{
color: #C2902F;
}
</style>
background-color css
<style>
a { background-color: #C2902F; }
a { background-color: rgb(194,144,47); }
div.DivClassName
{
background-color: #C2902F;
}
.BgClassName
{
background-color: #C2902F;
}
</style>
border-color css
<style>
span { border-color: #C2902F; }
span { border-color: rgb(194,144,47); }
td.TdClassName
{
border-color: #C2902F;
}
.TagClassName
{
border-color: #C2902F;
}
</style>