Shades of Hokey Pokey #C08A31
Tints of Hokey Pokey #C08A31
RGB
CMYK
RGB Variations
Color information
#C08A31 (or 0xC08A31) is known color: Hokey Pokey. HEX triplet: C0, 8A and 31. RGB value is (192,138,49). Sum of RGB (Red+Green+Blue) = 192+138+49=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A31 is #3F75CE. Grayscale: #909090. Windows color (decimal): -4158927 or 3246784. OLE color: 3246784.
HSL color Cylindrical-coordinate representation of color #C08A31: hue angle of 37.34º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C08A31 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 49 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.25 |
| HSL | 37.34º | 0.59% | 0.47% | - |
| HSV(B) | 37.34º | 0.74% | 0.75% | - |
| XYZ | 31.38 | 29.61 | 6.97 | - |
| YUV | 144 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 49 | 0 | 0.28 | 0.74 | 0.25 | 37.34 | 0.59 | 0.47 |
| Hex | C0 | 8A | 31 | 0 | 1C | 4A | 19 | 25 | 3B | 2F |
| Octal | 300 | 212 | 61 | 0 | 34 | 112 | 31 | 45 | 73 | 57 |
| Binary | 11000000 | 10001010 | 110001 | 0 | 11100 | 1001010 | 11001 | 100101 | 111011 | 101111 |
Color Harmonies of #C08A31
Complementary color
Monochromatic Colors of #C08A31
Black with #C08A31
Text Example
Text Example
White with #C08A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A31; }
p { color: rgb(192,138,49); }
H1.HeaderClassName
{
color: #C08A31;
}
.AnyTagClassName
{
color: #C08A31;
}
</style>
background-color css
<style>
a { background-color: #C08A31; }
a { background-color: rgb(192,138,49); }
div.DivClassName
{
background-color: #C08A31;
}
.BgClassName
{
background-color: #C08A31;
}
</style>
border-color css
<style>
span { border-color: #C08A31; }
span { border-color: rgb(192,138,49); }
td.TdClassName
{
border-color: #C08A31;
}
.TagClassName
{
border-color: #C08A31;
}
</style>