Shades of Hokey Pokey #C09335
Tints of Hokey Pokey #C09335
RGB
CMYK
RGB Variations
Color information
#C09335 (or 0xC09335) is known color: Hokey Pokey. HEX triplet: C0, 93 and 35. RGB value is (192,147,53). Sum of RGB (Red+Green+Blue) = 192+147+53=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C09335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09335 is #3F6CCA. Grayscale: #969696. Windows color (decimal): -4156619 or 3511232. OLE color: 3511232.
HSL color Cylindrical-coordinate representation of color #C09335: hue angle of 40.58º degrees, saturation: 0.57, 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 #C09335 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 53 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.25 |
| HSL | 40.58º | 0.57% | 0.48% | - |
| HSV(B) | 40.58º | 0.72% | 0.75% | - |
| XYZ | 32.81 | 32.33 | 7.88 | - |
| YUV | 149.74 | 73.41 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 53 | 0 | 0.23 | 0.72 | 0.25 | 40.58 | 0.57 | 0.48 |
| Hex | C0 | 93 | 35 | 0 | 17 | 48 | 19 | 29 | 39 | 30 |
| Octal | 300 | 223 | 65 | 0 | 27 | 110 | 31 | 51 | 71 | 60 |
| Binary | 11000000 | 10010011 | 110101 | 0 | 10111 | 1001000 | 11001 | 101001 | 111001 | 110000 |
Color Harmonies of #C09335
Complementary color
Monochromatic Colors of #C09335
Black with #C09335
Text Example
Text Example
White with #C09335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09335; }
p { color: rgb(192,147,53); }
H1.HeaderClassName
{
color: #C09335;
}
.AnyTagClassName
{
color: #C09335;
}
</style>
background-color css
<style>
a { background-color: #C09335; }
a { background-color: rgb(192,147,53); }
div.DivClassName
{
background-color: #C09335;
}
.BgClassName
{
background-color: #C09335;
}
</style>
border-color css
<style>
span { border-color: #C09335; }
span { border-color: rgb(192,147,53); }
td.TdClassName
{
border-color: #C09335;
}
.TagClassName
{
border-color: #C09335;
}
</style>