Shades of Hokey Pokey #C39531
Tints of Hokey Pokey #C39531
RGB
CMYK
RGB Variations
Color information
#C39531 (or 0xC39531) is known color: Hokey Pokey. HEX triplet: C3, 95 and 31. RGB value is (195,149,49). Sum of RGB (Red+Green+Blue) = 195+149+49=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C39531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39531 is #3C6ACE. Grayscale: #979797. Windows color (decimal): -3959503 or 3249603. OLE color: 3249603.
HSL color Cylindrical-coordinate representation of color #C39531: hue angle of 41.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C39531 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 49 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.24 |
| HSL | 41.1º | 0.6% | 0.48% | - |
| HSV(B) | 41.1º | 0.75% | 0.76% | - |
| XYZ | 33.81 | 33.32 | 7.56 | - |
| YUV | 151.35 | 70.24 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 49 | 0 | 0.24 | 0.75 | 0.24 | 41.1 | 0.6 | 0.48 |
| Hex | C3 | 95 | 31 | 0 | 18 | 4B | 18 | 29 | 3C | 30 |
| Octal | 303 | 225 | 61 | 0 | 30 | 113 | 30 | 51 | 74 | 60 |
| Binary | 11000011 | 10010101 | 110001 | 0 | 11000 | 1001011 | 11000 | 101001 | 111100 | 110000 |
Color Harmonies of #C39531
Complementary color
Monochromatic Colors of #C39531
Black with #C39531
Text Example
Text Example
White with #C39531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39531; }
p { color: rgb(195,149,49); }
H1.HeaderClassName
{
color: #C39531;
}
.AnyTagClassName
{
color: #C39531;
}
</style>
background-color css
<style>
a { background-color: #C39531; }
a { background-color: rgb(195,149,49); }
div.DivClassName
{
background-color: #C39531;
}
.BgClassName
{
background-color: #C39531;
}
</style>
border-color css
<style>
span { border-color: #C39531; }
span { border-color: rgb(195,149,49); }
td.TdClassName
{
border-color: #C39531;
}
.TagClassName
{
border-color: #C39531;
}
</style>