#c19235

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

Shades of Hokey Pokey #C19235

Tints of Hokey Pokey #C19235

Color information

#C19235 (or 0xC19235) is unknown color: approx Hokey Pokey. HEX triplet: C1, 92 and 35. RGB value is (193,146,53). Sum of RGB (Red+Green+Blue) = 193+146+53=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C19235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19235 is #3E6DCA. Grayscale: #959595. Windows color (decimal): -4091339 or 3510977. OLE color: 3510977.

HSL color Cylindrical-coordinate representation of color #C19235: hue angle of 39.86º 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 #C19235 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19314653-
CMYK00.240.730.24
HSL39.86º56.91%48.24%-
HSV(B)39.86º72.54%75.69%-
XYZ32.9132.157.84-
YUV149.4573.57159.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.23%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 53 (21.09% from 255) = 13.52%
R=49.23%
G=37.24%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931465300.240.730.2439.8656.9148.24
HexC192350184918283930
Octal3012226503011130507160
Binary1100000110010010110101011000100100111000101000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c19235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c19235; }

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

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

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

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

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

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

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

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