Shades of Hokey Pokey #C28F32
Tints of Hokey Pokey #C28F32
RGB
CMYK
RGB Variations
Color information
#C28F32 (or 0xC28F32) is known color: Hokey Pokey. HEX triplet: C2, 8F and 32. RGB value is (194,143,50). Sum of RGB (Red+Green+Blue) = 194+143+50=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F32 is #3D70CD. Grayscale: #949494. Windows color (decimal): -4026574 or 3313602. OLE color: 3313602.
HSL color Cylindrical-coordinate representation of color #C28F32: hue angle of 38.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C28F32 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 50 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.24 |
| HSL | 38.75º | 0.59% | 0.48% | - |
| HSV(B) | 38.75º | 0.74% | 0.76% | - |
| XYZ | 32.65 | 31.34 | 7.35 | - |
| YUV | 147.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 50 | 0 | 0.26 | 0.74 | 0.24 | 38.75 | 0.59 | 0.48 |
| Hex | C2 | 8F | 32 | 0 | 1A | 4A | 18 | 27 | 3B | 30 |
| Octal | 302 | 217 | 62 | 0 | 32 | 112 | 30 | 47 | 73 | 60 |
| Binary | 11000010 | 10001111 | 110010 | 0 | 11010 | 1001010 | 11000 | 100111 | 111011 | 110000 |
Color Harmonies of #C28F32
Complementary color
Monochromatic Colors of #C28F32
Black with #C28F32
Text Example
Text Example
White with #C28F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F32; }
p { color: rgb(194,143,50); }
H1.HeaderClassName
{
color: #C28F32;
}
.AnyTagClassName
{
color: #C28F32;
}
</style>
background-color css
<style>
a { background-color: #C28F32; }
a { background-color: rgb(194,143,50); }
div.DivClassName
{
background-color: #C28F32;
}
.BgClassName
{
background-color: #C28F32;
}
</style>
border-color css
<style>
span { border-color: #C28F32; }
span { border-color: rgb(194,143,50); }
td.TdClassName
{
border-color: #C28F32;
}
.TagClassName
{
border-color: #C28F32;
}
</style>