Shades of Hokey Pokey #C39C38
Tints of Hokey Pokey #C39C38
RGB
CMYK
RGB Variations
Color information
#C39C38 (or 0xC39C38) is known color: Hokey Pokey. HEX triplet: C3, 9C and 38. RGB value is (195,156,56). Sum of RGB (Red+Green+Blue) = 195+156+56=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39C38 is #3C63C7. Grayscale: #9C9C9C. Windows color (decimal): -3957704 or 3710147. OLE color: 3710147.
HSL color Cylindrical-coordinate representation of color #C39C38: hue angle of 43.17º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C39C38 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 56 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.24 |
| HSL | 43.17º | 0.55% | 0.49% | - |
| HSV(B) | 43.17º | 0.71% | 0.76% | - |
| XYZ | 35.11 | 35.66 | 8.77 | - |
| YUV | 156.26 | 71.42 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 56 | 0 | 0.20 | 0.71 | 0.24 | 43.17 | 0.55 | 0.49 |
| Hex | C3 | 9C | 38 | 0 | 14 | 47 | 18 | 2B | 37 | 31 |
| Octal | 303 | 234 | 70 | 0 | 24 | 107 | 30 | 53 | 67 | 61 |
| Binary | 11000011 | 10011100 | 111000 | 0 | 10100 | 1000111 | 11000 | 101011 | 110111 | 110001 |
Color Harmonies of #C39C38
Complementary color
Monochromatic Colors of #C39C38
Black with #C39C38
Text Example
Text Example
White with #C39C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C38; }
p { color: rgb(195,156,56); }
H1.HeaderClassName
{
color: #C39C38;
}
.AnyTagClassName
{
color: #C39C38;
}
</style>
background-color css
<style>
a { background-color: #C39C38; }
a { background-color: rgb(195,156,56); }
div.DivClassName
{
background-color: #C39C38;
}
.BgClassName
{
background-color: #C39C38;
}
</style>
border-color css
<style>
span { border-color: #C39C38; }
span { border-color: rgb(195,156,56); }
td.TdClassName
{
border-color: #C39C38;
}
.TagClassName
{
border-color: #C39C38;
}
</style>