Shades of Hokey Pokey #C08A2F
Tints of Hokey Pokey #C08A2F
RGB
CMYK
RGB Variations
Color information
#C08A2F (or 0xC08A2F) is known color: Hokey Pokey. HEX triplet: C0, 8A and 2F. RGB value is (192,138,47). Sum of RGB (Red+Green+Blue) = 192+138+47=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A2F is #3F75D0. Grayscale: #909090. Windows color (decimal): -4158929 or 3115712. OLE color: 3115712.
HSL color Cylindrical-coordinate representation of color #C08A2F: hue angle of 37.66º 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 #C08A2F is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 47 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.25 |
| HSL | 37.66º | 0.61% | 0.47% | - |
| HSV(B) | 37.66º | 0.76% | 0.75% | - |
| XYZ | 31.34 | 29.59 | 6.75 | - |
| YUV | 143.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 47 | 0 | 0.28 | 0.76 | 0.25 | 37.66 | 0.61 | 0.47 |
| Hex | C0 | 8A | 2F | 0 | 1C | 4C | 19 | 26 | 3D | 2F |
| Octal | 300 | 212 | 57 | 0 | 34 | 114 | 31 | 46 | 75 | 57 |
| Binary | 11000000 | 10001010 | 101111 | 0 | 11100 | 1001100 | 11001 | 100110 | 111101 | 101111 |
Color Harmonies of #C08A2F
Complementary color
Monochromatic Colors of #C08A2F
Black with #C08A2F
Text Example
Text Example
White with #C08A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A2F; }
p { color: rgb(192,138,47); }
H1.HeaderClassName
{
color: #C08A2F;
}
.AnyTagClassName
{
color: #C08A2F;
}
</style>
background-color css
<style>
a { background-color: #C08A2F; }
a { background-color: rgb(192,138,47); }
div.DivClassName
{
background-color: #C08A2F;
}
.BgClassName
{
background-color: #C08A2F;
}
</style>
border-color css
<style>
span { border-color: #C08A2F; }
span { border-color: rgb(192,138,47); }
td.TdClassName
{
border-color: #C08A2F;
}
.TagClassName
{
border-color: #C08A2F;
}
</style>