Shades of Hokey Pokey #C09B35
Tints of Hokey Pokey #C09B35
RGB
CMYK
RGB Variations
Color information
#C09B35 (or 0xC09B35) is known color: Hokey Pokey. HEX triplet: C0, 9B and 35. RGB value is (192,155,53). Sum of RGB (Red+Green+Blue) = 192+155+53=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B35 is #3F64CA. Grayscale: #9A9A9A. Windows color (decimal): -4154571 or 3513280. OLE color: 3513280.
HSL color Cylindrical-coordinate representation of color #C09B35: hue angle of 44.03º 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 #C09B35 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 53 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.25 |
| HSL | 44.03º | 0.57% | 0.48% | - |
| HSV(B) | 44.03º | 0.72% | 0.75% | - |
| XYZ | 34.1 | 34.91 | 8.31 | - |
| YUV | 154.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 53 | 0 | 0.19 | 0.72 | 0.25 | 44.03 | 0.57 | 0.48 |
| Hex | C0 | 9B | 35 | 0 | 13 | 48 | 19 | 2C | 39 | 30 |
| Octal | 300 | 233 | 65 | 0 | 23 | 110 | 31 | 54 | 71 | 60 |
| Binary | 11000000 | 10011011 | 110101 | 0 | 10011 | 1001000 | 11001 | 101100 | 111001 | 110000 |
Color Harmonies of #C09B35
Complementary color
Monochromatic Colors of #C09B35
Black with #C09B35
Text Example
Text Example
White with #C09B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B35; }
p { color: rgb(192,155,53); }
H1.HeaderClassName
{
color: #C09B35;
}
.AnyTagClassName
{
color: #C09B35;
}
</style>
background-color css
<style>
a { background-color: #C09B35; }
a { background-color: rgb(192,155,53); }
div.DivClassName
{
background-color: #C09B35;
}
.BgClassName
{
background-color: #C09B35;
}
</style>
border-color css
<style>
span { border-color: #C09B35; }
span { border-color: rgb(192,155,53); }
td.TdClassName
{
border-color: #C09B35;
}
.TagClassName
{
border-color: #C09B35;
}
</style>