Shades of Hokey Pokey #C18F2E
Tints of Hokey Pokey #C18F2E
RGB
CMYK
RGB Variations
Color information
#C18F2E (or 0xC18F2E) is known color: Hokey Pokey. HEX triplet: C1, 8F and 2E. RGB value is (193,143,46). Sum of RGB (Red+Green+Blue) = 193+143+46=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F2E is #3E70D1. Grayscale: #939393. Windows color (decimal): -4092114 or 3051457. OLE color: 3051457.
HSL color Cylindrical-coordinate representation of color #C18F2E: hue angle of 39.59º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C18F2E is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 46 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.24 |
| HSL | 39.59º | 0.62% | 0.47% | - |
| HSV(B) | 39.59º | 0.76% | 0.76% | - |
| XYZ | 32.31 | 31.18 | 6.9 | - |
| YUV | 146.89 | 71.07 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 46 | 0 | 0.26 | 0.76 | 0.24 | 39.59 | 0.62 | 0.47 |
| Hex | C1 | 8F | 2E | 0 | 1A | 4C | 18 | 28 | 3E | 2F |
| Octal | 301 | 217 | 56 | 0 | 32 | 114 | 30 | 50 | 76 | 57 |
| Binary | 11000001 | 10001111 | 101110 | 0 | 11010 | 1001100 | 11000 | 101000 | 111110 | 101111 |
Color Harmonies of #C18F2E
Complementary color
Monochromatic Colors of #C18F2E
Black with #C18F2E
Text Example
Text Example
White with #C18F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F2E; }
p { color: rgb(193,143,46); }
H1.HeaderClassName
{
color: #C18F2E;
}
.AnyTagClassName
{
color: #C18F2E;
}
</style>
background-color css
<style>
a { background-color: #C18F2E; }
a { background-color: rgb(193,143,46); }
div.DivClassName
{
background-color: #C18F2E;
}
.BgClassName
{
background-color: #C18F2E;
}
</style>
border-color css
<style>
span { border-color: #C18F2E; }
span { border-color: rgb(193,143,46); }
td.TdClassName
{
border-color: #C18F2E;
}
.TagClassName
{
border-color: #C18F2E;
}
</style>