Color Hex Logo

#c19cad Color Hex

#C19CAD
(193,156,173)
0 Favorites   0 Comments

Color spaces of #c19cad

RGB 193156173
HSL0.920.230.68
HSV332°19°76°
CMYK 0.000.190.10   0.24
XYZ41.423638.131544.7120
Yxy38.13150.33330.3069
Hunter Lab61.750711.67760.2952
CIE-Lab68.117416.5127-3.6267

#c19cad color RGB value is (193,156,173).

#c19cad hex color red value is 193, green value is 156 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c19cad hue: 0.92 , saturation: 0.23 and the lightness value of c19cad is 0.68.

The process color (four color CMYK) of #c19cad color hex is 0.00, 0.19, 0.10, 0.24. Web safe color of #c19cad is #cc9999. Color #c19cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011100 10101101
Octal 301 234 255
Decimal 193 156 173
Hex C1 9C AD

RGB Percentages of Color #c19cad

%36.97
%29.89
%33.14

CMYK Percentages of Color #c19cad

%0
%19
%10
%24

Triadic Colors of #c19cad

#c19cad #adc19c #9cadc1

Analogous Colors of #c19cad

#c19cad #c19e9c #c19cc0

Monochromatic Colors of #c19cad

#c19cad

Complementary Color

#c19cad #9cc1b0

#c19cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19cad Color CSS Codes

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

#c19cad Text Font Color

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

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


#c19cad Background Color

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

This div background color is #c19cad


#c19cad Border Color

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

This div border color is #c19cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19cad


Comments

No comments written yet.

Please login to write comment.