Shades of Hokey Pokey #C08E35
Tints of Hokey Pokey #C08E35
RGB
CMYK
RGB Variations
Color information
#C08E35 (or 0xC08E35) is known color: Hokey Pokey. HEX triplet: C0, 8E and 35. RGB value is (192,142,53). Sum of RGB (Red+Green+Blue) = 192+142+53=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E35 is #3F71CA. Grayscale: #939393. Windows color (decimal): -4157899 or 3509952. OLE color: 3509952.
HSL color Cylindrical-coordinate representation of color #C08E35: hue angle of 38.42º 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 #C08E35 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 53 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.25 |
| HSL | 38.42º | 0.57% | 0.48% | - |
| HSV(B) | 38.42º | 0.72% | 0.75% | - |
| XYZ | 32.05 | 30.81 | 7.63 | - |
| YUV | 146.8 | 75.07 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 53 | 0 | 0.26 | 0.72 | 0.25 | 38.42 | 0.57 | 0.48 |
| Hex | C0 | 8E | 35 | 0 | 1A | 48 | 19 | 26 | 39 | 30 |
| Octal | 300 | 216 | 65 | 0 | 32 | 110 | 31 | 46 | 71 | 60 |
| Binary | 11000000 | 10001110 | 110101 | 0 | 11010 | 1001000 | 11001 | 100110 | 111001 | 110000 |
Color Harmonies of #C08E35
Complementary color
Monochromatic Colors of #C08E35
Black with #C08E35
Text Example
Text Example
White with #C08E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E35; }
p { color: rgb(192,142,53); }
H1.HeaderClassName
{
color: #C08E35;
}
.AnyTagClassName
{
color: #C08E35;
}
</style>
background-color css
<style>
a { background-color: #C08E35; }
a { background-color: rgb(192,142,53); }
div.DivClassName
{
background-color: #C08E35;
}
.BgClassName
{
background-color: #C08E35;
}
</style>
border-color css
<style>
span { border-color: #C08E35; }
span { border-color: rgb(192,142,53); }
td.TdClassName
{
border-color: #C08E35;
}
.TagClassName
{
border-color: #C08E35;
}
</style>