Shades of Hokey Pokey #C58F32
Tints of Hokey Pokey #C58F32
RGB
CMYK
RGB Variations
Color information
#C58F32 (or 0xC58F32) is known color: Hokey Pokey. HEX triplet: C5, 8F and 32. RGB value is (197,143,50). Sum of RGB (Red+Green+Blue) = 197+143+50=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58F32 is #3A70CD. Grayscale: #949494. Windows color (decimal): -3829966 or 3313605. OLE color: 3313605.
HSL color Cylindrical-coordinate representation of color #C58F32: hue angle of 37.96º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C58F32 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 50 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.23 |
| HSL | 37.96º | 0.6% | 0.48% | - |
| HSV(B) | 37.96º | 0.75% | 0.77% | - |
| XYZ | 33.42 | 31.75 | 7.38 | - |
| YUV | 148.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 50 | 0 | 0.27 | 0.75 | 0.23 | 37.96 | 0.6 | 0.48 |
| Hex | C5 | 8F | 32 | 0 | 1B | 4B | 17 | 26 | 3C | 30 |
| Octal | 305 | 217 | 62 | 0 | 33 | 113 | 27 | 46 | 74 | 60 |
| Binary | 11000101 | 10001111 | 110010 | 0 | 11011 | 1001011 | 10111 | 100110 | 111100 | 110000 |
Color Harmonies of #C58F32
Complementary color
Monochromatic Colors of #C58F32
Black with #C58F32
Text Example
Text Example
White with #C58F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F32; }
p { color: rgb(197,143,50); }
H1.HeaderClassName
{
color: #C58F32;
}
.AnyTagClassName
{
color: #C58F32;
}
</style>
background-color css
<style>
a { background-color: #C58F32; }
a { background-color: rgb(197,143,50); }
div.DivClassName
{
background-color: #C58F32;
}
.BgClassName
{
background-color: #C58F32;
}
</style>
border-color css
<style>
span { border-color: #C58F32; }
span { border-color: rgb(197,143,50); }
td.TdClassName
{
border-color: #C58F32;
}
.TagClassName
{
border-color: #C58F32;
}
</style>