Color Hex Logo

#c0aaaf Color Hex

#C0AAAF
(192,170,175)
0 Favorites   0 Comments

Color spaces of #c0aaaf

RGB 192170175
HSL0.960.150.71
HSV346°11°75°
CMYK 0.000.110.09   0.25
XYZ43.850843.051146.5559
Yxy43.05110.32860.3226
Hunter Lab65.61334.47203.8602
CIE-Lab71.58968.81030.3438

#c0aaaf color RGB value is (192,170,175).

#c0aaaf hex color red value is 192, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c0aaaf hue: 0.96 , saturation: 0.15 and the lightness value of c0aaaf is 0.71.

The process color (four color CMYK) of #c0aaaf color hex is 0.00, 0.11, 0.09, 0.25. Web safe color of #c0aaaf is #cc9999. Color #c0aaaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101010 10101111
Octal 300 252 257
Decimal 192 170 175
Hex C0 AA AF

RGB Percentages of Color #c0aaaf

%35.75
%31.66
%32.59

CMYK Percentages of Color #c0aaaf

%0
%11
%9
%25

Triadic Colors of #c0aaaf

#c0aaaf #afc0aa #aaafc0

Analogous Colors of #c0aaaf

#c0aaaf #c0b0aa #c0aaba

Monochromatic Colors of #c0aaaf

#c0aaaf

Complementary Color

#c0aaaf #aac0bb

#c0aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0aaaf Color CSS Codes

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

#c0aaaf Text Font Color

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

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


#c0aaaf Background Color

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

This div background color is #c0aaaf


#c0aaaf Border Color

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

This div border color is #c0aaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0aaaf


Comments

No comments written yet.

Please login to write comment.