Shades of Hokey Pokey #C09137
Tints of Hokey Pokey #C09137
RGB
CMYK
RGB Variations
Color information
#C09137 (or 0xC09137) is known color: Hokey Pokey. HEX triplet: C0, 91 and 37. RGB value is (192,145,55). Sum of RGB (Red+Green+Blue) = 192+145+55=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C09137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09137 is #3F6EC8. Grayscale: #959595. Windows color (decimal): -4157129 or 3641792. OLE color: 3641792.
HSL color Cylindrical-coordinate representation of color #C09137: hue angle of 39.42º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C09137 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 55 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.25 |
| HSL | 39.42º | 0.55% | 0.48% | - |
| HSV(B) | 39.42º | 0.71% | 0.75% | - |
| XYZ | 32.55 | 31.73 | 8.02 | - |
| YUV | 148.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 55 | 0 | 0.24 | 0.71 | 0.25 | 39.42 | 0.55 | 0.48 |
| Hex | C0 | 91 | 37 | 0 | 18 | 47 | 19 | 27 | 37 | 30 |
| Octal | 300 | 221 | 67 | 0 | 30 | 107 | 31 | 47 | 67 | 60 |
| Binary | 11000000 | 10010001 | 110111 | 0 | 11000 | 1000111 | 11001 | 100111 | 110111 | 110000 |
Color Harmonies of #C09137
Complementary color
Monochromatic Colors of #C09137
Black with #C09137
Text Example
Text Example
White with #C09137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09137; }
p { color: rgb(192,145,55); }
H1.HeaderClassName
{
color: #C09137;
}
.AnyTagClassName
{
color: #C09137;
}
</style>
background-color css
<style>
a { background-color: #C09137; }
a { background-color: rgb(192,145,55); }
div.DivClassName
{
background-color: #C09137;
}
.BgClassName
{
background-color: #C09137;
}
</style>
border-color css
<style>
span { border-color: #C09137; }
span { border-color: rgb(192,145,55); }
td.TdClassName
{
border-color: #C09137;
}
.TagClassName
{
border-color: #C09137;
}
</style>