Shades of Hokey Pokey #C09A35
Tints of Hokey Pokey #C09A35
RGB
CMYK
RGB Variations
Color information
#C09A35 (or 0xC09A35) is known color: Hokey Pokey. HEX triplet: C0, 9A and 35. RGB value is (192,154,53). Sum of RGB (Red+Green+Blue) = 192+154+53=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A35 is #3F65CA. Grayscale: #9A9A9A. Windows color (decimal): -4154827 or 3513024. OLE color: 3513024.
HSL color Cylindrical-coordinate representation of color #C09A35: hue angle of 43.6º 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 #C09A35 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 53 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.25 |
| HSL | 43.6º | 0.57% | 0.48% | - |
| HSV(B) | 43.6º | 0.72% | 0.75% | - |
| XYZ | 33.94 | 34.57 | 8.25 | - |
| YUV | 153.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 53 | 0 | 0.20 | 0.72 | 0.25 | 43.6 | 0.57 | 0.48 |
| Hex | C0 | 9A | 35 | 0 | 14 | 48 | 19 | 2C | 39 | 30 |
| Octal | 300 | 232 | 65 | 0 | 24 | 110 | 31 | 54 | 71 | 60 |
| Binary | 11000000 | 10011010 | 110101 | 0 | 10100 | 1001000 | 11001 | 101100 | 111001 | 110000 |
Color Harmonies of #C09A35
Complementary color
Monochromatic Colors of #C09A35
Black with #C09A35
Text Example
Text Example
White with #C09A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A35; }
p { color: rgb(192,154,53); }
H1.HeaderClassName
{
color: #C09A35;
}
.AnyTagClassName
{
color: #C09A35;
}
</style>
background-color css
<style>
a { background-color: #C09A35; }
a { background-color: rgb(192,154,53); }
div.DivClassName
{
background-color: #C09A35;
}
.BgClassName
{
background-color: #C09A35;
}
</style>
border-color css
<style>
span { border-color: #C09A35; }
span { border-color: rgb(192,154,53); }
td.TdClassName
{
border-color: #C09A35;
}
.TagClassName
{
border-color: #C09A35;
}
</style>