Shades of Hokey Pokey #C19B35
Tints of Hokey Pokey #C19B35
RGB
CMYK
RGB Variations
Color information
#C19B35 (or 0xC19B35) is known color: Hokey Pokey. HEX triplet: C1, 9B and 35. RGB value is (193,155,53). Sum of RGB (Red+Green+Blue) = 193+155+53=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19B35 is #3E64CA. Grayscale: #9B9B9B. Windows color (decimal): -4089035 or 3513281. OLE color: 3513281.
HSL color Cylindrical-coordinate representation of color #C19B35: hue angle of 43.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 #C19B35 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 53 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.24 |
| HSL | 43.71º | 0.57% | 0.48% | - |
| HSV(B) | 43.71º | 0.73% | 0.76% | - |
| XYZ | 34.36 | 35.04 | 8.32 | - |
| YUV | 154.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 53 | 0 | 0.20 | 0.73 | 0.24 | 43.71 | 0.57 | 0.48 |
| Hex | C1 | 9B | 35 | 0 | 14 | 49 | 18 | 2C | 39 | 30 |
| Octal | 301 | 233 | 65 | 0 | 24 | 111 | 30 | 54 | 71 | 60 |
| Binary | 11000001 | 10011011 | 110101 | 0 | 10100 | 1001001 | 11000 | 101100 | 111001 | 110000 |
Color Harmonies of #C19B35
Complementary color
Monochromatic Colors of #C19B35
Black with #C19B35
Text Example
Text Example
White with #C19B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B35; }
p { color: rgb(193,155,53); }
H1.HeaderClassName
{
color: #C19B35;
}
.AnyTagClassName
{
color: #C19B35;
}
</style>
background-color css
<style>
a { background-color: #C19B35; }
a { background-color: rgb(193,155,53); }
div.DivClassName
{
background-color: #C19B35;
}
.BgClassName
{
background-color: #C19B35;
}
</style>
border-color css
<style>
span { border-color: #C19B35; }
span { border-color: rgb(193,155,53); }
td.TdClassName
{
border-color: #C19B35;
}
.TagClassName
{
border-color: #C19B35;
}
</style>