Color Hex Logo

#c5afaf Color Hex

#C5AFAF
(197,175,175)
0 Favorites   0 Comments

Color spaces of #c5afaf

RGB 197175175
HSL0.000.160.73
HSV11°77°
CMYK 0.000.110.11   0.23
XYZ46.093845.625446.9346
Yxy45.62540.33240.3291
Hunter Lab67.54663.60196.0851
CIE-Lab73.30187.90852.8884

#c5afaf color RGB value is (197,175,175).

#c5afaf hex color red value is 197, green value is 175 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c5afaf hue: 0.00 , saturation: 0.16 and the lightness value of c5afaf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101111 10101111
Octal 305 257 257
Decimal 197 175 175
Hex C5 AF AF

RGB Percentages of Color #c5afaf

%36.01
%31.99
%31.99

CMYK Percentages of Color #c5afaf

%0
%11
%11
%23

Triadic Colors of #c5afaf

#c5afaf #afc5af #afafc5

Analogous Colors of #c5afaf

#c5afaf #c5baaf #c5afba

Monochromatic Colors of #c5afaf

#c5afaf

Complementary Color

#c5afaf #afc5c5

#c5afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5afaf Color CSS Codes

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

#c5afaf Text Font Color

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

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


#c5afaf Background Color

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

This div background color is #c5afaf


#c5afaf Border Color

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

This div border color is #c5afaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,175,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 #c5afaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5afaf

#c5afaf Color Palettes


Comments

No comments written yet.

Please login to write comment.