Shades of Hokey Pokey #C39C36
Tints of Hokey Pokey #C39C36
RGB
CMYK
RGB Variations
Color information
#C39C36 (or 0xC39C36) is known color: Hokey Pokey. HEX triplet: C3, 9C and 36. RGB value is (195,156,54). Sum of RGB (Red+Green+Blue) = 195+156+54=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39C36 is #3C63C9. Grayscale: #9C9C9C. Windows color (decimal): -3957706 or 3579075. OLE color: 3579075.
HSL color Cylindrical-coordinate representation of color #C39C36: hue angle of 43.4º 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 #C39C36 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 54 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.24 |
| HSL | 43.4º | 0.57% | 0.49% | - |
| HSV(B) | 43.4º | 0.72% | 0.76% | - |
| XYZ | 35.06 | 35.65 | 8.52 | - |
| YUV | 156.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 54 | 0 | 0.20 | 0.72 | 0.24 | 43.4 | 0.57 | 0.49 |
| Hex | C3 | 9C | 36 | 0 | 14 | 48 | 18 | 2B | 39 | 31 |
| Octal | 303 | 234 | 66 | 0 | 24 | 110 | 30 | 53 | 71 | 61 |
| Binary | 11000011 | 10011100 | 110110 | 0 | 10100 | 1001000 | 11000 | 101011 | 111001 | 110001 |
Color Harmonies of #C39C36
Complementary color
Monochromatic Colors of #C39C36
Black with #C39C36
Text Example
Text Example
White with #C39C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C36; }
p { color: rgb(195,156,54); }
H1.HeaderClassName
{
color: #C39C36;
}
.AnyTagClassName
{
color: #C39C36;
}
</style>
background-color css
<style>
a { background-color: #C39C36; }
a { background-color: rgb(195,156,54); }
div.DivClassName
{
background-color: #C39C36;
}
.BgClassName
{
background-color: #C39C36;
}
</style>
border-color css
<style>
span { border-color: #C39C36; }
span { border-color: rgb(195,156,54); }
td.TdClassName
{
border-color: #C39C36;
}
.TagClassName
{
border-color: #C39C36;
}
</style>