Shades of Hokey Pokey #C08B2D
Tints of Hokey Pokey #C08B2D
RGB
CMYK
RGB Variations
Color information
#C08B2D (or 0xC08B2D) is known color: Hokey Pokey. HEX triplet: C0, 8B and 2D. RGB value is (192,139,45). Sum of RGB (Red+Green+Blue) = 192+139+45=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B2D is #3F74D2. Grayscale: #909090. Windows color (decimal): -4158675 or 2984896. OLE color: 2984896.
HSL color Cylindrical-coordinate representation of color #C08B2D: hue angle of 38.37º 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 #C08B2D is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 45 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.25 |
| HSL | 38.37º | 0.62% | 0.46% | - |
| HSV(B) | 38.37º | 0.77% | 0.75% | - |
| XYZ | 31.44 | 29.86 | 6.59 | - |
| YUV | 144.13 | 72.06 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 45 | 0 | 0.28 | 0.77 | 0.25 | 38.37 | 0.62 | 0.46 |
| Hex | C0 | 8B | 2D | 0 | 1C | 4D | 19 | 26 | 3E | 2E |
| Octal | 300 | 213 | 55 | 0 | 34 | 115 | 31 | 46 | 76 | 56 |
| Binary | 11000000 | 10001011 | 101101 | 0 | 11100 | 1001101 | 11001 | 100110 | 111110 | 101110 |
Color Harmonies of #C08B2D
Complementary color
Monochromatic Colors of #C08B2D
Black with #C08B2D
Text Example
Text Example
White with #C08B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08B2D; }
p { color: rgb(192,139,45); }
H1.HeaderClassName
{
color: #C08B2D;
}
.AnyTagClassName
{
color: #C08B2D;
}
</style>
background-color css
<style>
a { background-color: #C08B2D; }
a { background-color: rgb(192,139,45); }
div.DivClassName
{
background-color: #C08B2D;
}
.BgClassName
{
background-color: #C08B2D;
}
</style>
border-color css
<style>
span { border-color: #C08B2D; }
span { border-color: rgb(192,139,45); }
td.TdClassName
{
border-color: #C08B2D;
}
.TagClassName
{
border-color: #C08B2D;
}
</style>