Shades of Hokey Pokey #C48E32
Tints of Hokey Pokey #C48E32
RGB
CMYK
RGB Variations
Color information
#C48E32 (or 0xC48E32) is known color: Hokey Pokey. HEX triplet: C4, 8E and 32. RGB value is (196,142,50). Sum of RGB (Red+Green+Blue) = 196+142+50=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48E32 is #3B71CD. Grayscale: #949494. Windows color (decimal): -3895758 or 3313348. OLE color: 3313348.
HSL color Cylindrical-coordinate representation of color #C48E32: hue angle of 37.81º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C48E32 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 50 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.23 |
| HSL | 37.81º | 0.59% | 0.48% | - |
| HSV(B) | 37.81º | 0.74% | 0.77% | - |
| XYZ | 33.01 | 31.31 | 7.32 | - |
| YUV | 147.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 50 | 0 | 0.28 | 0.74 | 0.23 | 37.81 | 0.59 | 0.48 |
| Hex | C4 | 8E | 32 | 0 | 1C | 4A | 17 | 26 | 3B | 30 |
| Octal | 304 | 216 | 62 | 0 | 34 | 112 | 27 | 46 | 73 | 60 |
| Binary | 11000100 | 10001110 | 110010 | 0 | 11100 | 1001010 | 10111 | 100110 | 111011 | 110000 |
Color Harmonies of #C48E32
Complementary color
Monochromatic Colors of #C48E32
Black with #C48E32
Text Example
Text Example
White with #C48E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E32; }
p { color: rgb(196,142,50); }
H1.HeaderClassName
{
color: #C48E32;
}
.AnyTagClassName
{
color: #C48E32;
}
</style>
background-color css
<style>
a { background-color: #C48E32; }
a { background-color: rgb(196,142,50); }
div.DivClassName
{
background-color: #C48E32;
}
.BgClassName
{
background-color: #C48E32;
}
</style>
border-color css
<style>
span { border-color: #C48E32; }
span { border-color: rgb(196,142,50); }
td.TdClassName
{
border-color: #C48E32;
}
.TagClassName
{
border-color: #C48E32;
}
</style>