Shades of Hokey Pokey #C29135
Tints of Hokey Pokey #C29135
RGB
CMYK
RGB Variations
Color information
#C29135 (or 0xC29135) is known color: Hokey Pokey. HEX triplet: C2, 91 and 35. RGB value is (194,145,53). Sum of RGB (Red+Green+Blue) = 194+145+53=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C29135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29135 is #3D6ECA. Grayscale: #959595. Windows color (decimal): -4026059 or 3510722. OLE color: 3510722.
HSL color Cylindrical-coordinate representation of color #C29135: hue angle of 39.15º 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 #C29135 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 53 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.24 |
| HSL | 39.15º | 0.57% | 0.48% | - |
| HSV(B) | 39.15º | 0.73% | 0.76% | - |
| XYZ | 33.02 | 31.98 | 7.8 | - |
| YUV | 149.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 53 | 0 | 0.25 | 0.73 | 0.24 | 39.15 | 0.57 | 0.48 |
| Hex | C2 | 91 | 35 | 0 | 19 | 49 | 18 | 27 | 39 | 30 |
| Octal | 302 | 221 | 65 | 0 | 31 | 111 | 30 | 47 | 71 | 60 |
| Binary | 11000010 | 10010001 | 110101 | 0 | 11001 | 1001001 | 11000 | 100111 | 111001 | 110000 |
Color Harmonies of #C29135
Complementary color
Monochromatic Colors of #C29135
Black with #C29135
Text Example
Text Example
White with #C29135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29135; }
p { color: rgb(194,145,53); }
H1.HeaderClassName
{
color: #C29135;
}
.AnyTagClassName
{
color: #C29135;
}
</style>
background-color css
<style>
a { background-color: #C29135; }
a { background-color: rgb(194,145,53); }
div.DivClassName
{
background-color: #C29135;
}
.BgClassName
{
background-color: #C29135;
}
</style>
border-color css
<style>
span { border-color: #C29135; }
span { border-color: rgb(194,145,53); }
td.TdClassName
{
border-color: #C29135;
}
.TagClassName
{
border-color: #C29135;
}
</style>