Shades of Hokey Pokey #C28F31
Tints of Hokey Pokey #C28F31
RGB
CMYK
RGB Variations
Color information
#C28F31 (or 0xC28F31) is known color: Hokey Pokey. HEX triplet: C2, 8F and 31. RGB value is (194,143,49). Sum of RGB (Red+Green+Blue) = 194+143+49=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F31 is #3D70CE. Grayscale: #939393. Windows color (decimal): -4026575 or 3248066. OLE color: 3248066.
HSL color Cylindrical-coordinate representation of color #C28F31: hue angle of 38.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C28F31 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 49 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.24 |
| HSL | 38.9º | 0.6% | 0.48% | - |
| HSV(B) | 38.9º | 0.75% | 0.76% | - |
| XYZ | 32.62 | 31.34 | 7.23 | - |
| YUV | 147.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 49 | 0 | 0.26 | 0.75 | 0.24 | 38.9 | 0.6 | 0.48 |
| Hex | C2 | 8F | 31 | 0 | 1A | 4B | 18 | 27 | 3C | 30 |
| Octal | 302 | 217 | 61 | 0 | 32 | 113 | 30 | 47 | 74 | 60 |
| Binary | 11000010 | 10001111 | 110001 | 0 | 11010 | 1001011 | 11000 | 100111 | 111100 | 110000 |
Color Harmonies of #C28F31
Complementary color
Monochromatic Colors of #C28F31
Black with #C28F31
Text Example
Text Example
White with #C28F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F31; }
p { color: rgb(194,143,49); }
H1.HeaderClassName
{
color: #C28F31;
}
.AnyTagClassName
{
color: #C28F31;
}
</style>
background-color css
<style>
a { background-color: #C28F31; }
a { background-color: rgb(194,143,49); }
div.DivClassName
{
background-color: #C28F31;
}
.BgClassName
{
background-color: #C28F31;
}
</style>
border-color css
<style>
span { border-color: #C28F31; }
span { border-color: rgb(194,143,49); }
td.TdClassName
{
border-color: #C28F31;
}
.TagClassName
{
border-color: #C28F31;
}
</style>