Color Hex Logo

#c198aa Color Hex

#C198AA
(193,152,170)
0 Favorites   0 Comments

Color spaces of #c198aa

RGB 193152170
HSL0.930.250.68
HSV334°21°76°
CMYK 0.000.210.12   0.24
XYZ40.476336.696242.9800
Yxy36.69620.33690.3054
Hunter Lab60.577413.25880.3376
CIE-Lab67.048518.2082-3.5249

#c198aa color RGB value is (193,152,170).

#c198aa hex color red value is 193, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c198aa hue: 0.93 , saturation: 0.25 and the lightness value of c198aa is 0.68.

The process color (four color CMYK) of #c198aa color hex is 0.00, 0.21, 0.12, 0.24. Web safe color of #c198aa is #cc9999. Color #c198aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011000 10101010
Octal 301 230 252
Decimal 193 152 170
Hex C1 98 AA

RGB Percentages of Color #c198aa

%37.48
%29.51
%33.01

CMYK Percentages of Color #c198aa

%0
%21
%12
%24

Triadic Colors of #c198aa

#c198aa #aac198 #98aac1

Analogous Colors of #c198aa

#c198aa #c19b98 #c198bf

Monochromatic Colors of #c198aa

#c198aa

Complementary Color

#c198aa #98c1af

#c198aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c198aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c198aa Color CSS Codes

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

#c198aa Text Font Color

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

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


#c198aa Background Color

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

This div background color is #c198aa


#c198aa Border Color

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

This div border color is #c198aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c198aa


Comments

No comments written yet.

Please login to write comment.