Shades of Hokey Pokey #C39A37
Tints of Hokey Pokey #C39A37
RGB
CMYK
RGB Variations
Color information
#C39A37 (or 0xC39A37) is known color: Hokey Pokey. HEX triplet: C3, 9A and 37. RGB value is (195,154,55). Sum of RGB (Red+Green+Blue) = 195+154+55=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A37 is #3C65C8. Grayscale: #9B9B9B. Windows color (decimal): -3958217 or 3644099. OLE color: 3644099.
HSL color Cylindrical-coordinate representation of color #C39A37: hue angle of 42.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C39A37 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 55 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.24 |
| HSL | 42.43º | 0.56% | 0.49% | - |
| HSV(B) | 42.43º | 0.72% | 0.76% | - |
| XYZ | 34.75 | 34.99 | 8.54 | - |
| YUV | 154.97 | 71.58 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 55 | 0 | 0.21 | 0.72 | 0.24 | 42.43 | 0.56 | 0.49 |
| Hex | C3 | 9A | 37 | 0 | 15 | 48 | 18 | 2A | 38 | 31 |
| Octal | 303 | 232 | 67 | 0 | 25 | 110 | 30 | 52 | 70 | 61 |
| Binary | 11000011 | 10011010 | 110111 | 0 | 10101 | 1001000 | 11000 | 101010 | 111000 | 110001 |
Color Harmonies of #C39A37
Complementary color
Monochromatic Colors of #C39A37
Black with #C39A37
Text Example
Text Example
White with #C39A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A37; }
p { color: rgb(195,154,55); }
H1.HeaderClassName
{
color: #C39A37;
}
.AnyTagClassName
{
color: #C39A37;
}
</style>
background-color css
<style>
a { background-color: #C39A37; }
a { background-color: rgb(195,154,55); }
div.DivClassName
{
background-color: #C39A37;
}
.BgClassName
{
background-color: #C39A37;
}
</style>
border-color css
<style>
span { border-color: #C39A37; }
span { border-color: rgb(195,154,55); }
td.TdClassName
{
border-color: #C39A37;
}
.TagClassName
{
border-color: #C39A37;
}
</style>