Shades of Hokey Pokey #C19A35
Tints of Hokey Pokey #C19A35
RGB
CMYK
RGB Variations
Color information
#C19A35 (or 0xC19A35) is known color: Hokey Pokey. HEX triplet: C1, 9A and 35. RGB value is (193,154,53). Sum of RGB (Red+Green+Blue) = 193+154+53=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A35 is #3E65CA. Grayscale: #9A9A9A. Windows color (decimal): -4089291 or 3513025. OLE color: 3513025.
HSL color Cylindrical-coordinate representation of color #C19A35: hue angle of 43.29º 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 #C19A35 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 53 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.24 |
| HSL | 43.29º | 0.57% | 0.48% | - |
| HSV(B) | 43.29º | 0.73% | 0.76% | - |
| XYZ | 34.19 | 34.71 | 8.26 | - |
| YUV | 154.15 | 70.92 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 53 | 0 | 0.20 | 0.73 | 0.24 | 43.29 | 0.57 | 0.48 |
| Hex | C1 | 9A | 35 | 0 | 14 | 49 | 18 | 2B | 39 | 30 |
| Octal | 301 | 232 | 65 | 0 | 24 | 111 | 30 | 53 | 71 | 60 |
| Binary | 11000001 | 10011010 | 110101 | 0 | 10100 | 1001001 | 11000 | 101011 | 111001 | 110000 |
Color Harmonies of #C19A35
Complementary color
Monochromatic Colors of #C19A35
Black with #C19A35
Text Example
Text Example
White with #C19A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A35; }
p { color: rgb(193,154,53); }
H1.HeaderClassName
{
color: #C19A35;
}
.AnyTagClassName
{
color: #C19A35;
}
</style>
background-color css
<style>
a { background-color: #C19A35; }
a { background-color: rgb(193,154,53); }
div.DivClassName
{
background-color: #C19A35;
}
.BgClassName
{
background-color: #C19A35;
}
</style>
border-color css
<style>
span { border-color: #C19A35; }
span { border-color: rgb(193,154,53); }
td.TdClassName
{
border-color: #C19A35;
}
.TagClassName
{
border-color: #C19A35;
}
</style>