Color Hex Logo

#c19948 Color Hex

#C19948
(193,153,72)
0 Favorites   0 Comments

Color spaces of #c19948

RGB 19315372
HSL0.110.490.52
HSV40°63°76°
CMYK 0.000.210.63   0.24
XYZ34.553334.587810.9859
Yxy34.58780.43120.4317
Hunter Lab58.81141.953730.0927
CIE-Lab65.42655.874947.2821

#c19948 color RGB value is (193,153,72).

#c19948 hex color red value is 193, green value is 153 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #c19948 hue: 0.11 , saturation: 0.49 and the lightness value of c19948 is 0.52.

The process color (four color CMYK) of #c19948 color hex is 0.00, 0.21, 0.63, 0.24. Web safe color of #c19948 is #cc9933. Color #c19948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 01001000
Octal 301 231 110
Decimal 193 153 72
Hex C1 99 48

RGB Percentages of Color #c19948

%46.17
%36.60
%17.22

CMYK Percentages of Color #c19948

%0
%21
%63
%24

Triadic Colors of #c19948

#c19948 #48c199 #9948c1

Analogous Colors of #c19948

#c19948 #adc148 #c15d48

Monochromatic Colors of #c19948

#c19948

Complementary Color

#c19948 #4870c1

#c19948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19948 Color CSS Codes

.mybgcolor {background-color:#c19948; } 
.myforecolor {color:#c19948; }
.mybordercolor {border:3px solid #c19948; }

#c19948 Text Font Color

<p style="color:#c19948">Text here</p>

This sample text font color is #c19948
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c19948 Background Color

<div style="background-color:#c19948">
Div content here</div>

This div background color is #c19948


#c19948 Border Color

<div style="border:3px solid #c19948">
Div here</div>

This div border color is #c19948


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,153,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c19948; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c19948;
  -webkit-box-shadow: 1px 1px 3px 2px #c19948;
  box-shadow:         1px 1px 3px 2px #c19948; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,153,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c19948">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c19948;
  -webkit-box-shadow: 1px 1px 3px 2px #c19948;
  box-shadow:         1px 1px 3px 2px #c19948;">
Div content here</div>

This div box has shadow with color #c19948


Comments

No comments written yet.

Please login to write comment.