#C19236

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

Shades of Hokey Pokey #C19236

Tints of Hokey Pokey #C19236

Color information

#C19236 (or 0xC19236) is unknown color: approx Hokey Pokey. HEX triplet: C1, 92 and 36. RGB value is (193,146,54). Sum of RGB (Red+Green+Blue) = 193+146+54=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C19236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19236 is #3E6DC9. Grayscale: #959595. Windows color (decimal): -4091338 or 3576513. OLE color: 3576513.

HSL color Cylindrical-coordinate representation of color #C19236: hue angle of 39.71º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C19236 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB19314654-
CMYK00.240.720.24
HSL39.71º56.28%48.43%-
HSV(B)39.71º72.02%75.69%-
XYZ32.9432.167.96-
YUV149.5674.07158.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.11%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 54 (21.48% from 255) = 13.74%
R=49.11%
G=37.15%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931465400.240.720.2439.7156.2848.43
HexC192360184818283830
Octal3012226603011030507060
Binary1100000110010010110110011000100100011000101000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19236; }

 p { color: rgb(193,146,54); }

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

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

 a { background-color: rgb(193,146,54); }

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

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

 span { border-color: rgb(193,146,54); }

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