Shades of Hokey Pokey #C09C35
Tints of Hokey Pokey #C09C35
RGB
CMYK
RGB Variations
Color information
#C09C35 (or 0xC09C35) is known color: Hokey Pokey. HEX triplet: C0, 9C and 35. RGB value is (192,156,53). Sum of RGB (Red+Green+Blue) = 192+156+53=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C35 is #3F63CA. Grayscale: #9B9B9B. Windows color (decimal): -4154315 or 3513536. OLE color: 3513536.
HSL color Cylindrical-coordinate representation of color #C09C35: hue angle of 44.46º 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 #C09C35 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 53 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.25 |
| HSL | 44.46º | 0.57% | 0.48% | - |
| HSV(B) | 44.46º | 0.72% | 0.75% | - |
| XYZ | 34.27 | 35.24 | 8.36 | - |
| YUV | 155.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 53 | 0 | 0.19 | 0.72 | 0.25 | 44.46 | 0.57 | 0.48 |
| Hex | C0 | 9C | 35 | 0 | 13 | 48 | 19 | 2C | 39 | 30 |
| Octal | 300 | 234 | 65 | 0 | 23 | 110 | 31 | 54 | 71 | 60 |
| Binary | 11000000 | 10011100 | 110101 | 0 | 10011 | 1001000 | 11001 | 101100 | 111001 | 110000 |
Color Harmonies of #C09C35
Complementary color
Monochromatic Colors of #C09C35
Black with #C09C35
Text Example
Text Example
White with #C09C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C35; }
p { color: rgb(192,156,53); }
H1.HeaderClassName
{
color: #C09C35;
}
.AnyTagClassName
{
color: #C09C35;
}
</style>
background-color css
<style>
a { background-color: #C09C35; }
a { background-color: rgb(192,156,53); }
div.DivClassName
{
background-color: #C09C35;
}
.BgClassName
{
background-color: #C09C35;
}
</style>
border-color css
<style>
span { border-color: #C09C35; }
span { border-color: rgb(192,156,53); }
td.TdClassName
{
border-color: #C09C35;
}
.TagClassName
{
border-color: #C09C35;
}
</style>