Shades of Hokey Pokey #C48E31
Tints of Hokey Pokey #C48E31
RGB
CMYK
RGB Variations
Color information
#C48E31 (or 0xC48E31) is known color: Hokey Pokey. HEX triplet: C4, 8E and 31. RGB value is (196,142,49). Sum of RGB (Red+Green+Blue) = 196+142+49=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48E31 is #3B71CE. Grayscale: #939393. Windows color (decimal): -3895759 or 3247812. OLE color: 3247812.
HSL color Cylindrical-coordinate representation of color #C48E31: hue angle of 37.96º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C48E31 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 49 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.23 |
| HSL | 37.96º | 0.6% | 0.48% | - |
| HSV(B) | 37.96º | 0.75% | 0.77% | - |
| XYZ | 32.99 | 31.3 | 7.21 | - |
| YUV | 147.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 49 | 0 | 0.28 | 0.75 | 0.23 | 37.96 | 0.6 | 0.48 |
| Hex | C4 | 8E | 31 | 0 | 1C | 4B | 17 | 26 | 3C | 30 |
| Octal | 304 | 216 | 61 | 0 | 34 | 113 | 27 | 46 | 74 | 60 |
| Binary | 11000100 | 10001110 | 110001 | 0 | 11100 | 1001011 | 10111 | 100110 | 111100 | 110000 |
Color Harmonies of #C48E31
Complementary color
Monochromatic Colors of #C48E31
Black with #C48E31
Text Example
Text Example
White with #C48E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E31; }
p { color: rgb(196,142,49); }
H1.HeaderClassName
{
color: #C48E31;
}
.AnyTagClassName
{
color: #C48E31;
}
</style>
background-color css
<style>
a { background-color: #C48E31; }
a { background-color: rgb(196,142,49); }
div.DivClassName
{
background-color: #C48E31;
}
.BgClassName
{
background-color: #C48E31;
}
</style>
border-color css
<style>
span { border-color: #C48E31; }
span { border-color: rgb(196,142,49); }
td.TdClassName
{
border-color: #C48E31;
}
.TagClassName
{
border-color: #C48E31;
}
</style>