Shades of Hokey Pokey #C39636
Tints of Hokey Pokey #C39636
RGB
CMYK
RGB Variations
Color information
#C39636 (or 0xC39636) is known color: Hokey Pokey. HEX triplet: C3, 96 and 36. RGB value is (195,150,54). Sum of RGB (Red+Green+Blue) = 195+150+54=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C39636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39636 is #3C69C9. Grayscale: #989898. Windows color (decimal): -3959242 or 3577539. OLE color: 3577539.
HSL color Cylindrical-coordinate representation of color #C39636: hue angle of 40.85º degrees, saturation: 0.57, 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 #C39636 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 54 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.24 |
| HSL | 40.85º | 0.57% | 0.49% | - |
| HSV(B) | 40.85º | 0.72% | 0.76% | - |
| XYZ | 34.08 | 33.68 | 8.2 | - |
| YUV | 152.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 54 | 0 | 0.23 | 0.72 | 0.24 | 40.85 | 0.57 | 0.49 |
| Hex | C3 | 96 | 36 | 0 | 17 | 48 | 18 | 29 | 39 | 31 |
| Octal | 303 | 226 | 66 | 0 | 27 | 110 | 30 | 51 | 71 | 61 |
| Binary | 11000011 | 10010110 | 110110 | 0 | 10111 | 1001000 | 11000 | 101001 | 111001 | 110001 |
Color Harmonies of #C39636
Complementary color
Monochromatic Colors of #C39636
Black with #C39636
Text Example
Text Example
White with #C39636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39636; }
p { color: rgb(195,150,54); }
H1.HeaderClassName
{
color: #C39636;
}
.AnyTagClassName
{
color: #C39636;
}
</style>
background-color css
<style>
a { background-color: #C39636; }
a { background-color: rgb(195,150,54); }
div.DivClassName
{
background-color: #C39636;
}
.BgClassName
{
background-color: #C39636;
}
</style>
border-color css
<style>
span { border-color: #C39636; }
span { border-color: rgb(195,150,54); }
td.TdClassName
{
border-color: #C39636;
}
.TagClassName
{
border-color: #C39636;
}
</style>