Shades of Hokey Pokey #C08C2F
Tints of Hokey Pokey #C08C2F
RGB
CMYK
RGB Variations
Color information
#C08C2F (or 0xC08C2F) is known color: Hokey Pokey. HEX triplet: C0, 8C and 2F. RGB value is (192,140,47). Sum of RGB (Red+Green+Blue) = 192+140+47=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C2F is #3F73D0. Grayscale: #919191. Windows color (decimal): -4158417 or 3116224. OLE color: 3116224.
HSL color Cylindrical-coordinate representation of color #C08C2F: hue angle of 38.48º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C08C2F is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 47 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.25 |
| HSL | 38.48º | 0.61% | 0.47% | - |
| HSV(B) | 38.48º | 0.76% | 0.75% | - |
| XYZ | 31.63 | 30.17 | 6.85 | - |
| YUV | 144.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 47 | 0 | 0.27 | 0.76 | 0.25 | 38.48 | 0.61 | 0.47 |
| Hex | C0 | 8C | 2F | 0 | 1B | 4C | 19 | 26 | 3D | 2F |
| Octal | 300 | 214 | 57 | 0 | 33 | 114 | 31 | 46 | 75 | 57 |
| Binary | 11000000 | 10001100 | 101111 | 0 | 11011 | 1001100 | 11001 | 100110 | 111101 | 101111 |
Color Harmonies of #C08C2F
Complementary color
Monochromatic Colors of #C08C2F
Black with #C08C2F
Text Example
Text Example
White with #C08C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C2F; }
p { color: rgb(192,140,47); }
H1.HeaderClassName
{
color: #C08C2F;
}
.AnyTagClassName
{
color: #C08C2F;
}
</style>
background-color css
<style>
a { background-color: #C08C2F; }
a { background-color: rgb(192,140,47); }
div.DivClassName
{
background-color: #C08C2F;
}
.BgClassName
{
background-color: #C08C2F;
}
</style>
border-color css
<style>
span { border-color: #C08C2F; }
span { border-color: rgb(192,140,47); }
td.TdClassName
{
border-color: #C08C2F;
}
.TagClassName
{
border-color: #C08C2F;
}
</style>