#C19939

Color #C19939 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #C19939

Tints of Hokey Pokey #C19939

Color information

#C19939 (or 0xC19939) is unknown color: approx Hokey Pokey. HEX triplet: C1, 99 and 39. RGB value is (193,153,57). Sum of RGB (Red+Green+Blue) = 193+153+57=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C19939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19939 is #3E66C6. Grayscale: #9A9A9A. Windows color (decimal): -4089543 or 3774913. OLE color: 3774913.

HSL color Cylindrical-coordinate representation of color #C19939: hue angle of 42.35º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C19939 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19315357-
CMYK00.210.700.24
HSL42.35º54.4%49.02%-
HSV(B)42.35º70.47%75.69%-
XYZ34.1234.428.72-
YUV154.0273.25155.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 47.89%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 57 (22.66% from 255) = 14.14%
R=47.89%
G=37.97%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931535700.210.700.2442.3554.449.02
HexC1993901546182a3631
Octal3012317102510630526661
Binary1100000110011001111001010101100011011000101010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19939; }

 p { color: rgb(193,153,57); }

 H1.HeaderClassName
 {
   color: #C19939;
 }
 .AnyTagClassName
 {
   color: #C19939;
 }
</style>
background-color css

<style>
 a { background-color: #C19939; }

 a { background-color: rgb(193,153,57); }

 div.DivClassName
 {
   background-color: #C19939;
 }
 .BgClassName
 {
   background-color: #C19939;
 }
</style>
border-color css

<style>
 span { border-color: #C19939; }

 span { border-color: rgb(193,153,57); }

 td.TdClassName
 {
   border-color: #C19939;
 }
 .TagClassName
 {
   border-color: #C19939;
 }
</style>