Shades of Hokey Pokey #C19435
Tints of Hokey Pokey #C19435
RGB
CMYK
RGB Variations
Color information
#C19435 (or 0xC19435) is known color: Hokey Pokey. HEX triplet: C1, 94 and 35. RGB value is (193,148,53). Sum of RGB (Red+Green+Blue) = 193+148+53=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C19435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19435 is #3E6BCA. Grayscale: #979797. Windows color (decimal): -4090827 or 3511489. OLE color: 3511489.
HSL color Cylindrical-coordinate representation of color #C19435: hue angle of 40.71º 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 #C19435 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 53 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.24 |
| HSL | 40.71º | 0.57% | 0.48% | - |
| HSV(B) | 40.71º | 0.73% | 0.76% | - |
| XYZ | 33.22 | 32.77 | 7.94 | - |
| YUV | 150.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 53 | 0 | 0.23 | 0.73 | 0.24 | 40.71 | 0.57 | 0.48 |
| Hex | C1 | 94 | 35 | 0 | 17 | 49 | 18 | 29 | 39 | 30 |
| Octal | 301 | 224 | 65 | 0 | 27 | 111 | 30 | 51 | 71 | 60 |
| Binary | 11000001 | 10010100 | 110101 | 0 | 10111 | 1001001 | 11000 | 101001 | 111001 | 110000 |
Color Harmonies of #C19435
Complementary color
Monochromatic Colors of #C19435
Black with #C19435
Text Example
Text Example
White with #C19435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19435; }
p { color: rgb(193,148,53); }
H1.HeaderClassName
{
color: #C19435;
}
.AnyTagClassName
{
color: #C19435;
}
</style>
background-color css
<style>
a { background-color: #C19435; }
a { background-color: rgb(193,148,53); }
div.DivClassName
{
background-color: #C19435;
}
.BgClassName
{
background-color: #C19435;
}
</style>
border-color css
<style>
span { border-color: #C19435; }
span { border-color: rgb(193,148,53); }
td.TdClassName
{
border-color: #C19435;
}
.TagClassName
{
border-color: #C19435;
}
</style>