Shades of Hokey Pokey #C49A38
Tints of Hokey Pokey #C49A38
RGB
CMYK
RGB Variations
Color information
#C49A38 (or 0xC49A38) is known color: Hokey Pokey. HEX triplet: C4, 9A and 38. RGB value is (196,154,56). Sum of RGB (Red+Green+Blue) = 196+154+56=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A38 is #3B65C7. Grayscale: #9B9B9B. Windows color (decimal): -3892680 or 3709636. OLE color: 3709636.
HSL color Cylindrical-coordinate representation of color #C49A38: hue angle of 42º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C49A38 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 56 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.23 |
| HSL | 42º | 0.56% | 0.49% | - |
| HSV(B) | 42º | 0.71% | 0.77% | - |
| XYZ | 35.03 | 35.13 | 8.68 | - |
| YUV | 155.39 | 71.91 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 56 | 0 | 0.21 | 0.71 | 0.23 | 42 | 0.56 | 0.49 |
| Hex | C4 | 9A | 38 | 0 | 15 | 47 | 17 | 2A | 38 | 31 |
| Octal | 304 | 232 | 70 | 0 | 25 | 107 | 27 | 52 | 70 | 61 |
| Binary | 11000100 | 10011010 | 111000 | 0 | 10101 | 1000111 | 10111 | 101010 | 111000 | 110001 |
Color Harmonies of #C49A38
Complementary color
Monochromatic Colors of #C49A38
Black with #C49A38
Text Example
Text Example
White with #C49A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A38; }
p { color: rgb(196,154,56); }
H1.HeaderClassName
{
color: #C49A38;
}
.AnyTagClassName
{
color: #C49A38;
}
</style>
background-color css
<style>
a { background-color: #C49A38; }
a { background-color: rgb(196,154,56); }
div.DivClassName
{
background-color: #C49A38;
}
.BgClassName
{
background-color: #C49A38;
}
</style>
border-color css
<style>
span { border-color: #C49A38; }
span { border-color: rgb(196,154,56); }
td.TdClassName
{
border-color: #C49A38;
}
.TagClassName
{
border-color: #C49A38;
}
</style>