Shades of Hokey Pokey #C58D30
Tints of Hokey Pokey #C58D30
RGB
CMYK
RGB Variations
Color information
#C58D30 (or 0xC58D30) is known color: Hokey Pokey. HEX triplet: C5, 8D and 30. RGB value is (197,141,48). Sum of RGB (Red+Green+Blue) = 197+141+48=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D30 is #3A72CF. Grayscale: #939393. Windows color (decimal): -3830480 or 3182021. OLE color: 3182021.
HSL color Cylindrical-coordinate representation of color #C58D30: hue angle of 37.45º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C58D30 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 48 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.23 |
| HSL | 37.45º | 0.61% | 0.48% | - |
| HSV(B) | 37.45º | 0.76% | 0.77% | - |
| XYZ | 33.08 | 31.13 | 7.06 | - |
| YUV | 147.14 | 72.05 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 48 | 0 | 0.28 | 0.76 | 0.23 | 37.45 | 0.61 | 0.48 |
| Hex | C5 | 8D | 30 | 0 | 1C | 4C | 17 | 25 | 3D | 30 |
| Octal | 305 | 215 | 60 | 0 | 34 | 114 | 27 | 45 | 75 | 60 |
| Binary | 11000101 | 10001101 | 110000 | 0 | 11100 | 1001100 | 10111 | 100101 | 111101 | 110000 |
Color Harmonies of #C58D30
Complementary color
Monochromatic Colors of #C58D30
Black with #C58D30
Text Example
Text Example
White with #C58D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D30; }
p { color: rgb(197,141,48); }
H1.HeaderClassName
{
color: #C58D30;
}
.AnyTagClassName
{
color: #C58D30;
}
</style>
background-color css
<style>
a { background-color: #C58D30; }
a { background-color: rgb(197,141,48); }
div.DivClassName
{
background-color: #C58D30;
}
.BgClassName
{
background-color: #C58D30;
}
</style>
border-color css
<style>
span { border-color: #C58D30; }
span { border-color: rgb(197,141,48); }
td.TdClassName
{
border-color: #C58D30;
}
.TagClassName
{
border-color: #C58D30;
}
</style>