Shades of Hokey Pokey #C09935
Tints of Hokey Pokey #C09935
RGB
CMYK
RGB Variations
Color information
#C09935 (or 0xC09935) is known color: Hokey Pokey. HEX triplet: C0, 99 and 35. RGB value is (192,153,53). Sum of RGB (Red+Green+Blue) = 192+153+53=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C09935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09935 is #3F66CA. Grayscale: #999999. Windows color (decimal): -4155083 or 3512768. OLE color: 3512768.
HSL color Cylindrical-coordinate representation of color #C09935: hue angle of 43.17º 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 #C09935 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 53 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.25 |
| HSL | 43.17º | 0.57% | 0.48% | - |
| HSV(B) | 43.17º | 0.72% | 0.75% | - |
| XYZ | 33.77 | 34.25 | 8.2 | - |
| YUV | 153.26 | 71.42 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 53 | 0 | 0.20 | 0.72 | 0.25 | 43.17 | 0.57 | 0.48 |
| Hex | C0 | 99 | 35 | 0 | 14 | 48 | 19 | 2B | 39 | 30 |
| Octal | 300 | 231 | 65 | 0 | 24 | 110 | 31 | 53 | 71 | 60 |
| Binary | 11000000 | 10011001 | 110101 | 0 | 10100 | 1001000 | 11001 | 101011 | 111001 | 110000 |
Color Harmonies of #C09935
Complementary color
Monochromatic Colors of #C09935
Black with #C09935
Text Example
Text Example
White with #C09935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09935; }
p { color: rgb(192,153,53); }
H1.HeaderClassName
{
color: #C09935;
}
.AnyTagClassName
{
color: #C09935;
}
</style>
background-color css
<style>
a { background-color: #C09935; }
a { background-color: rgb(192,153,53); }
div.DivClassName
{
background-color: #C09935;
}
.BgClassName
{
background-color: #C09935;
}
</style>
border-color css
<style>
span { border-color: #C09935; }
span { border-color: rgb(192,153,53); }
td.TdClassName
{
border-color: #C09935;
}
.TagClassName
{
border-color: #C09935;
}
</style>