Shades of Hokey Pokey #C49B37
Tints of Hokey Pokey #C49B37
RGB
CMYK
RGB Variations
Color information
#C49B37 (or 0xC49B37) is known color: Hokey Pokey. HEX triplet: C4, 9B and 37. RGB value is (196,155,55). Sum of RGB (Red+Green+Blue) = 196+155+55=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49B37 is #3B64C8. Grayscale: #9C9C9C. Windows color (decimal): -3892425 or 3644356. OLE color: 3644356.
HSL color Cylindrical-coordinate representation of color #C49B37: hue angle of 42.55º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C49B37 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 55 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.23 |
| HSL | 42.55º | 0.56% | 0.49% | - |
| HSV(B) | 42.55º | 0.72% | 0.77% | - |
| XYZ | 35.18 | 35.45 | 8.6 | - |
| YUV | 155.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 55 | 0 | 0.21 | 0.72 | 0.23 | 42.55 | 0.56 | 0.49 |
| Hex | C4 | 9B | 37 | 0 | 15 | 48 | 17 | 2B | 38 | 31 |
| Octal | 304 | 233 | 67 | 0 | 25 | 110 | 27 | 53 | 70 | 61 |
| Binary | 11000100 | 10011011 | 110111 | 0 | 10101 | 1001000 | 10111 | 101011 | 111000 | 110001 |
Color Harmonies of #C49B37
Complementary color
Monochromatic Colors of #C49B37
Black with #C49B37
Text Example
Text Example
White with #C49B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B37; }
p { color: rgb(196,155,55); }
H1.HeaderClassName
{
color: #C49B37;
}
.AnyTagClassName
{
color: #C49B37;
}
</style>
background-color css
<style>
a { background-color: #C49B37; }
a { background-color: rgb(196,155,55); }
div.DivClassName
{
background-color: #C49B37;
}
.BgClassName
{
background-color: #C49B37;
}
</style>
border-color css
<style>
span { border-color: #C49B37; }
span { border-color: rgb(196,155,55); }
td.TdClassName
{
border-color: #C49B37;
}
.TagClassName
{
border-color: #C49B37;
}
</style>