Shades of Hokey Pokey #C18A2F
Tints of Hokey Pokey #C18A2F
RGB
CMYK
RGB Variations
Color information
#C18A2F (or 0xC18A2F) is known color: Hokey Pokey. HEX triplet: C1, 8A and 2F. RGB value is (193,138,47). Sum of RGB (Red+Green+Blue) = 193+138+47=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A2F is #3E75D0. Grayscale: #909090. Windows color (decimal): -4093393 or 3115713. OLE color: 3115713.
HSL color Cylindrical-coordinate representation of color #C18A2F: hue angle of 37.4º degrees, saturation: 0.61, 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 #C18A2F is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 47 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.24 |
| HSL | 37.4º | 0.61% | 0.47% | - |
| HSV(B) | 37.4º | 0.76% | 0.76% | - |
| XYZ | 31.59 | 29.72 | 6.76 | - |
| YUV | 144.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 47 | 0 | 0.28 | 0.76 | 0.24 | 37.4 | 0.61 | 0.47 |
| Hex | C1 | 8A | 2F | 0 | 1C | 4C | 18 | 25 | 3D | 2F |
| Octal | 301 | 212 | 57 | 0 | 34 | 114 | 30 | 45 | 75 | 57 |
| Binary | 11000001 | 10001010 | 101111 | 0 | 11100 | 1001100 | 11000 | 100101 | 111101 | 101111 |
Color Harmonies of #C18A2F
Complementary color
Monochromatic Colors of #C18A2F
Black with #C18A2F
Text Example
Text Example
White with #C18A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A2F; }
p { color: rgb(193,138,47); }
H1.HeaderClassName
{
color: #C18A2F;
}
.AnyTagClassName
{
color: #C18A2F;
}
</style>
background-color css
<style>
a { background-color: #C18A2F; }
a { background-color: rgb(193,138,47); }
div.DivClassName
{
background-color: #C18A2F;
}
.BgClassName
{
background-color: #C18A2F;
}
</style>
border-color css
<style>
span { border-color: #C18A2F; }
span { border-color: rgb(193,138,47); }
td.TdClassName
{
border-color: #C18A2F;
}
.TagClassName
{
border-color: #C18A2F;
}
</style>