Shades of Hokey Pokey #C28C2E
Tints of Hokey Pokey #C28C2E
RGB
CMYK
RGB Variations
Color information
#C28C2E (or 0xC28C2E) is known color: Hokey Pokey. HEX triplet: C2, 8C and 2E. RGB value is (194,140,46). Sum of RGB (Red+Green+Blue) = 194+140+46=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C2E is #3D73D1. Grayscale: #919191. Windows color (decimal): -4027346 or 3050690. OLE color: 3050690.
HSL color Cylindrical-coordinate representation of color #C28C2E: hue angle of 38.11º 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 #C28C2E is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 46 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.24 |
| HSL | 38.11º | 0.62% | 0.47% | - |
| HSV(B) | 38.11º | 0.76% | 0.76% | - |
| XYZ | 32.12 | 30.42 | 6.76 | - |
| YUV | 145.43 | 71.89 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 46 | 0 | 0.28 | 0.76 | 0.24 | 38.11 | 0.62 | 0.47 |
| Hex | C2 | 8C | 2E | 0 | 1C | 4C | 18 | 26 | 3E | 2F |
| Octal | 302 | 214 | 56 | 0 | 34 | 114 | 30 | 46 | 76 | 57 |
| Binary | 11000010 | 10001100 | 101110 | 0 | 11100 | 1001100 | 11000 | 100110 | 111110 | 101111 |
Color Harmonies of #C28C2E
Complementary color
Monochromatic Colors of #C28C2E
Black with #C28C2E
Text Example
Text Example
White with #C28C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C2E; }
p { color: rgb(194,140,46); }
H1.HeaderClassName
{
color: #C28C2E;
}
.AnyTagClassName
{
color: #C28C2E;
}
</style>
background-color css
<style>
a { background-color: #C28C2E; }
a { background-color: rgb(194,140,46); }
div.DivClassName
{
background-color: #C28C2E;
}
.BgClassName
{
background-color: #C28C2E;
}
</style>
border-color css
<style>
span { border-color: #C28C2E; }
span { border-color: rgb(194,140,46); }
td.TdClassName
{
border-color: #C28C2E;
}
.TagClassName
{
border-color: #C28C2E;
}
</style>