Color Hex Logo

#c19950 Color Hex

#C19950
(193,153,80)
0 Favorites   0 Comments

Color spaces of #c19950

RGB 19315380
HSL0.110.480.54
HSV39°59°76°
CMYK 0.000.210.59   0.24
XYZ34.831534.699112.4512
Yxy34.69910.42490.4233
Hunter Lab58.90592.462928.7018
CIE-Lab65.51376.454043.4645

#c19950 color RGB value is (193,153,80).

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

The process color (four color CMYK) of #c19950 color hex is 0.00, 0.21, 0.59, 0.24. Web safe color of #c19950 is #cc9966. Color #c19950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 01010000
Octal 301 231 120
Decimal 193 153 80
Hex C1 99 50

RGB Percentages of Color #c19950

%45.31
%35.92
%18.78

CMYK Percentages of Color #c19950

%0
%21
%59
%24

Triadic Colors of #c19950

#c19950 #50c199 #9950c1

Analogous Colors of #c19950

#c19950 #b1c150 #c16150

Monochromatic Colors of #c19950

#c19950

Complementary Color

#c19950 #5078c1

#c19950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19950 Color CSS Codes

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

#c19950 Text Font Color

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

This sample text font color is #c19950
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.


#c19950 Background Color

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

This div background color is #c19950


#c19950 Border Color

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

This div border color is #c19950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19950


Comments

No comments written yet.

Please login to write comment.