Shades of Hokey Pokey #C18B2E
Tints of Hokey Pokey #C18B2E
RGB
CMYK
RGB Variations
Color information
#C18B2E (or 0xC18B2E) is known color: Hokey Pokey. HEX triplet: C1, 8B and 2E. RGB value is (193,139,46). Sum of RGB (Red+Green+Blue) = 193+139+46=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B2E is #3E74D1. Grayscale: #909090. Windows color (decimal): -4093138 or 3050433. OLE color: 3050433.
HSL color Cylindrical-coordinate representation of color #C18B2E: hue angle of 37.96º 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 #C18B2E is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 46 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.24 |
| HSL | 37.96º | 0.62% | 0.47% | - |
| HSV(B) | 37.96º | 0.76% | 0.76% | - |
| XYZ | 31.72 | 30 | 6.7 | - |
| YUV | 144.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 46 | 0 | 0.28 | 0.76 | 0.24 | 37.96 | 0.62 | 0.47 |
| Hex | C1 | 8B | 2E | 0 | 1C | 4C | 18 | 26 | 3E | 2F |
| Octal | 301 | 213 | 56 | 0 | 34 | 114 | 30 | 46 | 76 | 57 |
| Binary | 11000001 | 10001011 | 101110 | 0 | 11100 | 1001100 | 11000 | 100110 | 111110 | 101111 |
Color Harmonies of #C18B2E
Complementary color
Monochromatic Colors of #C18B2E
Black with #C18B2E
Text Example
Text Example
White with #C18B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18B2E; }
p { color: rgb(193,139,46); }
H1.HeaderClassName
{
color: #C18B2E;
}
.AnyTagClassName
{
color: #C18B2E;
}
</style>
background-color css
<style>
a { background-color: #C18B2E; }
a { background-color: rgb(193,139,46); }
div.DivClassName
{
background-color: #C18B2E;
}
.BgClassName
{
background-color: #C18B2E;
}
</style>
border-color css
<style>
span { border-color: #C18B2E; }
span { border-color: rgb(193,139,46); }
td.TdClassName
{
border-color: #C18B2E;
}
.TagClassName
{
border-color: #C18B2E;
}
</style>