Shades of Hokey Pokey #C19235
Tints of Hokey Pokey #C19235
RGB
CMYK
RGB Variations
Color information
#C19235 (or 0xC19235) is known color: Hokey Pokey. HEX triplet: C1, 92 and 35. RGB value is (193,146,53). Sum of RGB (Red+Green+Blue) = 193+146+53=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C19235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19235 is #3E6DCA. Grayscale: #959595. Windows color (decimal): -4091339 or 3510977. OLE color: 3510977.
HSL color Cylindrical-coordinate representation of color #C19235: hue angle of 39.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C19235 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 53 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.24 |
| HSL | 39.86º | 0.57% | 0.48% | - |
| HSV(B) | 39.86º | 0.73% | 0.76% | - |
| XYZ | 32.91 | 32.15 | 7.84 | - |
| YUV | 149.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 53 | 0 | 0.24 | 0.73 | 0.24 | 39.86 | 0.57 | 0.48 |
| Hex | C1 | 92 | 35 | 0 | 18 | 49 | 18 | 28 | 39 | 30 |
| Octal | 301 | 222 | 65 | 0 | 30 | 111 | 30 | 50 | 71 | 60 |
| Binary | 11000001 | 10010010 | 110101 | 0 | 11000 | 1001001 | 11000 | 101000 | 111001 | 110000 |
Color Harmonies of #C19235
Complementary color
Monochromatic Colors of #C19235
Black with #C19235
Text Example
Text Example
White with #C19235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19235; }
p { color: rgb(193,146,53); }
H1.HeaderClassName
{
color: #C19235;
}
.AnyTagClassName
{
color: #C19235;
}
</style>
background-color css
<style>
a { background-color: #C19235; }
a { background-color: rgb(193,146,53); }
div.DivClassName
{
background-color: #C19235;
}
.BgClassName
{
background-color: #C19235;
}
</style>
border-color css
<style>
span { border-color: #C19235; }
span { border-color: rgb(193,146,53); }
td.TdClassName
{
border-color: #C19235;
}
.TagClassName
{
border-color: #C19235;
}
</style>