Shades of Hokey Pokey #C39732
Tints of Hokey Pokey #C39732
RGB
CMYK
RGB Variations
Color information
#C39732 (or 0xC39732) is known color: Hokey Pokey. HEX triplet: C3, 97 and 32. RGB value is (195,151,50). Sum of RGB (Red+Green+Blue) = 195+151+50=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C39732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39732 is #3C68CD. Grayscale: #999999. Windows color (decimal): -3958990 or 3315651. OLE color: 3315651.
HSL color Cylindrical-coordinate representation of color #C39732: hue angle of 41.79º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C39732 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 50 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.24 |
| HSL | 41.79º | 0.59% | 0.48% | - |
| HSV(B) | 41.79º | 0.74% | 0.76% | - |
| XYZ | 34.15 | 33.97 | 7.77 | - |
| YUV | 152.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 50 | 0 | 0.23 | 0.74 | 0.24 | 41.79 | 0.59 | 0.48 |
| Hex | C3 | 97 | 32 | 0 | 17 | 4A | 18 | 2A | 3B | 30 |
| Octal | 303 | 227 | 62 | 0 | 27 | 112 | 30 | 52 | 73 | 60 |
| Binary | 11000011 | 10010111 | 110010 | 0 | 10111 | 1001010 | 11000 | 101010 | 111011 | 110000 |
Color Harmonies of #C39732
Complementary color
Monochromatic Colors of #C39732
Black with #C39732
Text Example
Text Example
White with #C39732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39732; }
p { color: rgb(195,151,50); }
H1.HeaderClassName
{
color: #C39732;
}
.AnyTagClassName
{
color: #C39732;
}
</style>
background-color css
<style>
a { background-color: #C39732; }
a { background-color: rgb(195,151,50); }
div.DivClassName
{
background-color: #C39732;
}
.BgClassName
{
background-color: #C39732;
}
</style>
border-color css
<style>
span { border-color: #C39732; }
span { border-color: rgb(195,151,50); }
td.TdClassName
{
border-color: #C39732;
}
.TagClassName
{
border-color: #C39732;
}
</style>