Shades of Hokey Pokey #C09B36
Tints of Hokey Pokey #C09B36
RGB
CMYK
RGB Variations
Color information
#C09B36 (or 0xC09B36) is known color: Hokey Pokey. HEX triplet: C0, 9B and 36. RGB value is (192,155,54). Sum of RGB (Red+Green+Blue) = 192+155+54=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B36 is #3F64C9. Grayscale: #9A9A9A. Windows color (decimal): -4154570 or 3578816. OLE color: 3578816.
HSL color Cylindrical-coordinate representation of color #C09B36: hue angle of 43.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C09B36 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 54 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.25 |
| HSL | 43.91º | 0.56% | 0.48% | - |
| HSV(B) | 43.91º | 0.72% | 0.75% | - |
| XYZ | 34.13 | 34.92 | 8.43 | - |
| YUV | 154.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 54 | 0 | 0.19 | 0.72 | 0.25 | 43.91 | 0.56 | 0.48 |
| Hex | C0 | 9B | 36 | 0 | 13 | 48 | 19 | 2C | 38 | 30 |
| Octal | 300 | 233 | 66 | 0 | 23 | 110 | 31 | 54 | 70 | 60 |
| Binary | 11000000 | 10011011 | 110110 | 0 | 10011 | 1001000 | 11001 | 101100 | 111000 | 110000 |
Color Harmonies of #C09B36
Complementary color
Monochromatic Colors of #C09B36
Black with #C09B36
Text Example
Text Example
White with #C09B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B36; }
p { color: rgb(192,155,54); }
H1.HeaderClassName
{
color: #C09B36;
}
.AnyTagClassName
{
color: #C09B36;
}
</style>
background-color css
<style>
a { background-color: #C09B36; }
a { background-color: rgb(192,155,54); }
div.DivClassName
{
background-color: #C09B36;
}
.BgClassName
{
background-color: #C09B36;
}
</style>
border-color css
<style>
span { border-color: #C09B36; }
span { border-color: rgb(192,155,54); }
td.TdClassName
{
border-color: #C09B36;
}
.TagClassName
{
border-color: #C09B36;
}
</style>