#C19131

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

Shades of Hokey Pokey #C19131

Tints of Hokey Pokey #C19131

Color information

#C19131 (or 0xC19131) is unknown color: approx Hokey Pokey. HEX triplet: C1, 91 and 31. RGB value is (193,145,49). Sum of RGB (Red+Green+Blue) = 193+145+49=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C19131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19131 is #3E6ECE. Grayscale: #949494. Windows color (decimal): -4091599 or 3248577. OLE color: 3248577.

HSL color Cylindrical-coordinate representation of color #C19131: hue angle of 40º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C19131 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19314549-
CMYK00.250.750.24
HSL40º59.5%47.45%-
HSV(B)40º74.61%75.69%-
XYZ32.6731.817.32-
YUV148.4171.9159.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.87%
GREEN value IS 145 (57.03% from 255) = 37.47%
BLUE value IS 49 (19.53% from 255) = 12.66%
R=49.87%
G=37.47%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931454900.250.750.244059.547.45
HexC191310194B18283c2f
Octal3012216103111330507457
Binary1100000110010001110001011001100101111000101000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19131; }

 p { color: rgb(193,145,49); }

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

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

 a { background-color: rgb(193,145,49); }

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

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

 span { border-color: rgb(193,145,49); }

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