Shades of Hokey Pokey #C19733
Tints of Hokey Pokey #C19733
RGB
CMYK
RGB Variations
Color information
#C19733 (or 0xC19733) is known color: Hokey Pokey. HEX triplet: C1, 97 and 33. RGB value is (193,151,51). Sum of RGB (Red+Green+Blue) = 193+151+51=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C19733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19733 is #3E68CC. Grayscale: #989898. Windows color (decimal): -4090061 or 3381185. OLE color: 3381185.
HSL color Cylindrical-coordinate representation of color #C19733: hue angle of 42.25º 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 #C19733 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 51 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.24 |
| HSL | 42.25º | 0.58% | 0.48% | - |
| HSV(B) | 42.25º | 0.74% | 0.76% | - |
| XYZ | 33.66 | 33.71 | 7.86 | - |
| YUV | 152.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 51 | 0 | 0.22 | 0.74 | 0.24 | 42.25 | 0.58 | 0.48 |
| Hex | C1 | 97 | 33 | 0 | 16 | 4A | 18 | 2A | 3A | 30 |
| Octal | 301 | 227 | 63 | 0 | 26 | 112 | 30 | 52 | 72 | 60 |
| Binary | 11000001 | 10010111 | 110011 | 0 | 10110 | 1001010 | 11000 | 101010 | 111010 | 110000 |
Color Harmonies of #C19733
Complementary color
Monochromatic Colors of #C19733
Black with #C19733
Text Example
Text Example
White with #C19733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19733; }
p { color: rgb(193,151,51); }
H1.HeaderClassName
{
color: #C19733;
}
.AnyTagClassName
{
color: #C19733;
}
</style>
background-color css
<style>
a { background-color: #C19733; }
a { background-color: rgb(193,151,51); }
div.DivClassName
{
background-color: #C19733;
}
.BgClassName
{
background-color: #C19733;
}
</style>
border-color css
<style>
span { border-color: #C19733; }
span { border-color: rgb(193,151,51); }
td.TdClassName
{
border-color: #C19733;
}
.TagClassName
{
border-color: #C19733;
}
</style>