#C19135

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

Shades of Hokey Pokey #C19135

Tints of Hokey Pokey #C19135

Color information

#C19135 (or 0xC19135) is unknown color: approx Hokey Pokey. HEX triplet: C1, 91 and 35. RGB value is (193,145,53). Sum of RGB (Red+Green+Blue) = 193+145+53=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C19135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19135 is #3E6ECA. Grayscale: #959595. Windows color (decimal): -4091595 or 3510721. OLE color: 3510721.

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

Color convert

RGB19314553-
CMYK00.250.730.24
HSL39.43º56.91%48.24%-
HSV(B)39.43º72.54%75.69%-
XYZ32.7631.857.79-
YUV148.8673.9159.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 53 (21.09% from 255) = 13.55%
R=49.36%
G=37.08%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931455300.250.730.2439.4356.9148.24
HexC191350194918273930
Octal3012216503111130477160
Binary1100000110010001110101011001100100111000100111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19135; }

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

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

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

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

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

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

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

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