Shades of Hokey Pokey #C19233
Tints of Hokey Pokey #C19233
RGB
CMYK
RGB Variations
Color information
#C19233 (or 0xC19233) is known color: Hokey Pokey. HEX triplet: C1, 92 and 33. RGB value is (193,146,51). Sum of RGB (Red+Green+Blue) = 193+146+51=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C19233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19233 is #3E6DCC. Grayscale: #959595. Windows color (decimal): -4091341 or 3379905. OLE color: 3379905.
HSL color Cylindrical-coordinate representation of color #C19233: hue angle of 40.14º degrees, saturation: 0.58, 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 #C19233 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 51 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.24 |
| HSL | 40.14º | 0.58% | 0.48% | - |
| HSV(B) | 40.14º | 0.74% | 0.76% | - |
| XYZ | 32.87 | 32.13 | 7.6 | - |
| YUV | 149.22 | 72.57 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 51 | 0 | 0.24 | 0.74 | 0.24 | 40.14 | 0.58 | 0.48 |
| Hex | C1 | 92 | 33 | 0 | 18 | 4A | 18 | 28 | 3A | 30 |
| Octal | 301 | 222 | 63 | 0 | 30 | 112 | 30 | 50 | 72 | 60 |
| Binary | 11000001 | 10010010 | 110011 | 0 | 11000 | 1001010 | 11000 | 101000 | 111010 | 110000 |
Color Harmonies of #C19233
Complementary color
Monochromatic Colors of #C19233
Black with #C19233
Text Example
Text Example
White with #C19233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19233; }
p { color: rgb(193,146,51); }
H1.HeaderClassName
{
color: #C19233;
}
.AnyTagClassName
{
color: #C19233;
}
</style>
background-color css
<style>
a { background-color: #C19233; }
a { background-color: rgb(193,146,51); }
div.DivClassName
{
background-color: #C19233;
}
.BgClassName
{
background-color: #C19233;
}
</style>
border-color css
<style>
span { border-color: #C19233; }
span { border-color: rgb(193,146,51); }
td.TdClassName
{
border-color: #C19233;
}
.TagClassName
{
border-color: #C19233;
}
</style>