Shades of Hokey Pokey #C18D32
Tints of Hokey Pokey #C18D32
RGB
CMYK
RGB Variations
Color information
#C18D32 (or 0xC18D32) is known color: Hokey Pokey. HEX triplet: C1, 8D and 32. RGB value is (193,141,50). Sum of RGB (Red+Green+Blue) = 193+141+50=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D32 is #3E72CD. Grayscale: #929292. Windows color (decimal): -4092622 or 3313089. OLE color: 3313089.
HSL color Cylindrical-coordinate representation of color #C18D32: hue angle of 38.18º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C18D32 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 50 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.24 |
| HSL | 38.18º | 0.59% | 0.48% | - |
| HSV(B) | 38.18º | 0.74% | 0.76% | - |
| XYZ | 32.09 | 30.62 | 7.24 | - |
| YUV | 146.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 50 | 0 | 0.27 | 0.74 | 0.24 | 38.18 | 0.59 | 0.48 |
| Hex | C1 | 8D | 32 | 0 | 1B | 4A | 18 | 26 | 3B | 30 |
| Octal | 301 | 215 | 62 | 0 | 33 | 112 | 30 | 46 | 73 | 60 |
| Binary | 11000001 | 10001101 | 110010 | 0 | 11011 | 1001010 | 11000 | 100110 | 111011 | 110000 |
Color Harmonies of #C18D32
Complementary color
Monochromatic Colors of #C18D32
Black with #C18D32
Text Example
Text Example
White with #C18D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18D32; }
p { color: rgb(193,141,50); }
H1.HeaderClassName
{
color: #C18D32;
}
.AnyTagClassName
{
color: #C18D32;
}
</style>
background-color css
<style>
a { background-color: #C18D32; }
a { background-color: rgb(193,141,50); }
div.DivClassName
{
background-color: #C18D32;
}
.BgClassName
{
background-color: #C18D32;
}
</style>
border-color css
<style>
span { border-color: #C18D32; }
span { border-color: rgb(193,141,50); }
td.TdClassName
{
border-color: #C18D32;
}
.TagClassName
{
border-color: #C18D32;
}
</style>