Shades of Hokey Pokey #C48C32
Tints of Hokey Pokey #C48C32
RGB
CMYK
RGB Variations
Color information
#C48C32 (or 0xC48C32) is known color: Hokey Pokey. HEX triplet: C4, 8C and 32. RGB value is (196,140,50). Sum of RGB (Red+Green+Blue) = 196+140+50=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C32 is #3B73CD. Grayscale: #929292. Windows color (decimal): -3896270 or 3312836. OLE color: 3312836.
HSL color Cylindrical-coordinate representation of color #C48C32: hue angle of 36.99º 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 #C48C32 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 50 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.23 |
| HSL | 36.99º | 0.59% | 0.48% | - |
| HSV(B) | 36.99º | 0.74% | 0.77% | - |
| XYZ | 32.72 | 30.72 | 7.22 | - |
| YUV | 146.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 50 | 0 | 0.29 | 0.74 | 0.23 | 36.99 | 0.59 | 0.48 |
| Hex | C4 | 8C | 32 | 0 | 1D | 4A | 17 | 25 | 3B | 30 |
| Octal | 304 | 214 | 62 | 0 | 35 | 112 | 27 | 45 | 73 | 60 |
| Binary | 11000100 | 10001100 | 110010 | 0 | 11101 | 1001010 | 10111 | 100101 | 111011 | 110000 |
Color Harmonies of #C48C32
Complementary color
Monochromatic Colors of #C48C32
Black with #C48C32
Text Example
Text Example
White with #C48C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C32; }
p { color: rgb(196,140,50); }
H1.HeaderClassName
{
color: #C48C32;
}
.AnyTagClassName
{
color: #C48C32;
}
</style>
background-color css
<style>
a { background-color: #C48C32; }
a { background-color: rgb(196,140,50); }
div.DivClassName
{
background-color: #C48C32;
}
.BgClassName
{
background-color: #C48C32;
}
</style>
border-color css
<style>
span { border-color: #C48C32; }
span { border-color: rgb(196,140,50); }
td.TdClassName
{
border-color: #C48C32;
}
.TagClassName
{
border-color: #C48C32;
}
</style>