Color Hex Logo

#c19955 Color Hex

#C19955
(193,153,85)
0 Favorites   0 Comments

Color spaces of #c19955

RGB 19315385
HSL0.100.470.55
HSV38°56°76°
CMYK 0.000.210.56   0.24
XYZ35.023234.775813.4608
Yxy34.77580.42060.4177
Hunter Lab58.97102.812827.7461
CIE-Lab65.57376.850541.0121

#c19955 color RGB value is (193,153,85).

#c19955 hex color red value is 193, green value is 153 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c19955 hue: 0.10 , saturation: 0.47 and the lightness value of c19955 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 01010101
Octal 301 231 125
Decimal 193 153 85
Hex C1 99 55

RGB Percentages of Color #c19955

%44.78
%35.50
%19.72

CMYK Percentages of Color #c19955

%0
%21
%56
%24

Triadic Colors of #c19955

#c19955 #55c199 #9955c1

Analogous Colors of #c19955

#c19955 #b3c155 #c16355

Monochromatic Colors of #c19955

#c19955

Complementary Color

#c19955 #557dc1

#c19955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19955 Color CSS Codes

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

#c19955 Text Font Color

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

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


#c19955 Background Color

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

This div background color is #c19955


#c19955 Border Color

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

This div border color is #c19955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19955


Comments

No comments written yet.

Please login to write comment.