Shades of Hokey Pokey #C08C2D
Tints of Hokey Pokey #C08C2D
RGB
CMYK
RGB Variations
Color information
#C08C2D (or 0xC08C2D) is known color: Hokey Pokey. HEX triplet: C0, 8C and 2D. RGB value is (192,140,45). Sum of RGB (Red+Green+Blue) = 192+140+45=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C2D is #3F73D2. Grayscale: #919191. Windows color (decimal): -4158419 or 2985152. OLE color: 2985152.
HSL color Cylindrical-coordinate representation of color #C08C2D: hue angle of 38.78º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C08C2D is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 45 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.25 |
| HSL | 38.78º | 0.62% | 0.46% | - |
| HSV(B) | 38.78º | 0.77% | 0.75% | - |
| XYZ | 31.59 | 30.15 | 6.64 | - |
| YUV | 144.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 45 | 0 | 0.27 | 0.77 | 0.25 | 38.78 | 0.62 | 0.46 |
| Hex | C0 | 8C | 2D | 0 | 1B | 4D | 19 | 27 | 3E | 2E |
| Octal | 300 | 214 | 55 | 0 | 33 | 115 | 31 | 47 | 76 | 56 |
| Binary | 11000000 | 10001100 | 101101 | 0 | 11011 | 1001101 | 11001 | 100111 | 111110 | 101110 |
Color Harmonies of #C08C2D
Complementary color
Monochromatic Colors of #C08C2D
Black with #C08C2D
Text Example
Text Example
White with #C08C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C2D; }
p { color: rgb(192,140,45); }
H1.HeaderClassName
{
color: #C08C2D;
}
.AnyTagClassName
{
color: #C08C2D;
}
</style>
background-color css
<style>
a { background-color: #C08C2D; }
a { background-color: rgb(192,140,45); }
div.DivClassName
{
background-color: #C08C2D;
}
.BgClassName
{
background-color: #C08C2D;
}
</style>
border-color css
<style>
span { border-color: #C08C2D; }
span { border-color: rgb(192,140,45); }
td.TdClassName
{
border-color: #C08C2D;
}
.TagClassName
{
border-color: #C08C2D;
}
</style>