Shades of Hokey Pokey #C28C30
Tints of Hokey Pokey #C28C30
RGB
CMYK
RGB Variations
Color information
#C28C30 (or 0xC28C30) is known color: Hokey Pokey. HEX triplet: C2, 8C and 30. RGB value is (194,140,48). Sum of RGB (Red+Green+Blue) = 194+140+48=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C30 is #3D73CF. Grayscale: #929292. Windows color (decimal): -4027344 or 3181762. OLE color: 3181762.
HSL color Cylindrical-coordinate representation of color #C28C30: hue angle of 37.81º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C28C30 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 48 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.24 |
| HSL | 37.81º | 0.6% | 0.47% | - |
| HSV(B) | 37.81º | 0.75% | 0.76% | - |
| XYZ | 32.16 | 30.44 | 6.98 | - |
| YUV | 145.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 48 | 0 | 0.28 | 0.75 | 0.24 | 37.81 | 0.6 | 0.47 |
| Hex | C2 | 8C | 30 | 0 | 1C | 4B | 18 | 26 | 3C | 2F |
| Octal | 302 | 214 | 60 | 0 | 34 | 113 | 30 | 46 | 74 | 57 |
| Binary | 11000010 | 10001100 | 110000 | 0 | 11100 | 1001011 | 11000 | 100110 | 111100 | 101111 |
Color Harmonies of #C28C30
Complementary color
Monochromatic Colors of #C28C30
Black with #C28C30
Text Example
Text Example
White with #C28C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C30; }
p { color: rgb(194,140,48); }
H1.HeaderClassName
{
color: #C28C30;
}
.AnyTagClassName
{
color: #C28C30;
}
</style>
background-color css
<style>
a { background-color: #C28C30; }
a { background-color: rgb(194,140,48); }
div.DivClassName
{
background-color: #C28C30;
}
.BgClassName
{
background-color: #C28C30;
}
</style>
border-color css
<style>
span { border-color: #C28C30; }
span { border-color: rgb(194,140,48); }
td.TdClassName
{
border-color: #C28C30;
}
.TagClassName
{
border-color: #C28C30;
}
</style>