Shades of Hokey Pokey #C28D2D
Tints of Hokey Pokey #C28D2D
RGB
CMYK
RGB Variations
Color information
#C28D2D (or 0xC28D2D) is known color: Hokey Pokey. HEX triplet: C2, 8D and 2D. RGB value is (194,141,45). Sum of RGB (Red+Green+Blue) = 194+141+45=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28D2D is #3D72D2. Grayscale: #929292. Windows color (decimal): -4027091 or 2985410. OLE color: 2985410.
HSL color Cylindrical-coordinate representation of color #C28D2D: hue angle of 38.66º 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 #C28D2D is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 45 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.24 |
| HSL | 38.66º | 0.62% | 0.47% | - |
| HSV(B) | 38.66º | 0.77% | 0.76% | - |
| XYZ | 32.25 | 30.71 | 6.71 | - |
| YUV | 145.9 | 71.06 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 45 | 0 | 0.27 | 0.77 | 0.24 | 38.66 | 0.62 | 0.47 |
| Hex | C2 | 8D | 2D | 0 | 1B | 4D | 18 | 27 | 3E | 2F |
| Octal | 302 | 215 | 55 | 0 | 33 | 115 | 30 | 47 | 76 | 57 |
| Binary | 11000010 | 10001101 | 101101 | 0 | 11011 | 1001101 | 11000 | 100111 | 111110 | 101111 |
Color Harmonies of #C28D2D
Complementary color
Monochromatic Colors of #C28D2D
Black with #C28D2D
Text Example
Text Example
White with #C28D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D2D; }
p { color: rgb(194,141,45); }
H1.HeaderClassName
{
color: #C28D2D;
}
.AnyTagClassName
{
color: #C28D2D;
}
</style>
background-color css
<style>
a { background-color: #C28D2D; }
a { background-color: rgb(194,141,45); }
div.DivClassName
{
background-color: #C28D2D;
}
.BgClassName
{
background-color: #C28D2D;
}
</style>
border-color css
<style>
span { border-color: #C28D2D; }
span { border-color: rgb(194,141,45); }
td.TdClassName
{
border-color: #C28D2D;
}
.TagClassName
{
border-color: #C28D2D;
}
</style>