Shades of Hokey Pokey #C28C2D
Tints of Hokey Pokey #C28C2D
RGB
CMYK
RGB Variations
Color information
#C28C2D (or 0xC28C2D) is known color: Hokey Pokey. HEX triplet: C2, 8C and 2D. RGB value is (194,140,45). Sum of RGB (Red+Green+Blue) = 194+140+45=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C2D is #3D73D2. Grayscale: #919191. Windows color (decimal): -4027347 or 2985154. OLE color: 2985154.
HSL color Cylindrical-coordinate representation of color #C28C2D: hue angle of 38.26º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C28C2D is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 45 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.24 |
| HSL | 38.26º | 0.62% | 0.47% | - |
| HSV(B) | 38.26º | 0.77% | 0.76% | - |
| XYZ | 32.1 | 30.41 | 6.66 | - |
| YUV | 145.32 | 71.39 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 45 | 0 | 0.28 | 0.77 | 0.24 | 38.26 | 0.62 | 0.47 |
| Hex | C2 | 8C | 2D | 0 | 1C | 4D | 18 | 26 | 3E | 2F |
| Octal | 302 | 214 | 55 | 0 | 34 | 115 | 30 | 46 | 76 | 57 |
| Binary | 11000010 | 10001100 | 101101 | 0 | 11100 | 1001101 | 11000 | 100110 | 111110 | 101111 |
Color Harmonies of #C28C2D
Complementary color
Monochromatic Colors of #C28C2D
Black with #C28C2D
Text Example
Text Example
White with #C28C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C2D; }
p { color: rgb(194,140,45); }
H1.HeaderClassName
{
color: #C28C2D;
}
.AnyTagClassName
{
color: #C28C2D;
}
</style>
background-color css
<style>
a { background-color: #C28C2D; }
a { background-color: rgb(194,140,45); }
div.DivClassName
{
background-color: #C28C2D;
}
.BgClassName
{
background-color: #C28C2D;
}
</style>
border-color css
<style>
span { border-color: #C28C2D; }
span { border-color: rgb(194,140,45); }
td.TdClassName
{
border-color: #C28C2D;
}
.TagClassName
{
border-color: #C28C2D;
}
</style>