Shades of Hokey Pokey #C18F35
Tints of Hokey Pokey #C18F35
RGB
CMYK
RGB Variations
Color information
#C18F35 (or 0xC18F35) is known color: Hokey Pokey. HEX triplet: C1, 8F and 35. RGB value is (193,143,53). Sum of RGB (Red+Green+Blue) = 193+143+53=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F35 is #3E70CA. Grayscale: #949494. Windows color (decimal): -4092107 or 3510209. OLE color: 3510209.
HSL color Cylindrical-coordinate representation of color #C18F35: hue angle of 38.57º 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 #C18F35 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 53 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.24 |
| HSL | 38.57º | 0.57% | 0.48% | - |
| HSV(B) | 38.57º | 0.73% | 0.76% | - |
| XYZ | 32.46 | 31.24 | 7.69 | - |
| YUV | 147.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 53 | 0 | 0.26 | 0.73 | 0.24 | 38.57 | 0.57 | 0.48 |
| Hex | C1 | 8F | 35 | 0 | 1A | 49 | 18 | 27 | 39 | 30 |
| Octal | 301 | 217 | 65 | 0 | 32 | 111 | 30 | 47 | 71 | 60 |
| Binary | 11000001 | 10001111 | 110101 | 0 | 11010 | 1001001 | 11000 | 100111 | 111001 | 110000 |
Color Harmonies of #C18F35
Complementary color
Monochromatic Colors of #C18F35
Black with #C18F35
Text Example
Text Example
White with #C18F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F35; }
p { color: rgb(193,143,53); }
H1.HeaderClassName
{
color: #C18F35;
}
.AnyTagClassName
{
color: #C18F35;
}
</style>
background-color css
<style>
a { background-color: #C18F35; }
a { background-color: rgb(193,143,53); }
div.DivClassName
{
background-color: #C18F35;
}
.BgClassName
{
background-color: #C18F35;
}
</style>
border-color css
<style>
span { border-color: #C18F35; }
span { border-color: rgb(193,143,53); }
td.TdClassName
{
border-color: #C18F35;
}
.TagClassName
{
border-color: #C18F35;
}
</style>