Color Hex Logo

#c5a8af Color Hex

#C5A8AF
(197,168,175)
0 Favorites   0 Comments

Color spaces of #c5a8af

RGB 197168175
HSL0.960.200.72
HSV346°15°77°
CMYK 0.000.150.11   0.23
XYZ44.766542.970746.4922
Yxy42.97070.33350.3201
Hunter Lab65.55207.18433.8355
CIE-Lab71.535111.71630.3185

#c5a8af color RGB value is (197,168,175).

#c5a8af hex color red value is 197, green value is 168 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c5a8af hue: 0.96 , saturation: 0.20 and the lightness value of c5a8af is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101000 10101111
Octal 305 250 257
Decimal 197 168 175
Hex C5 A8 AF

RGB Percentages of Color #c5a8af

%36.48
%31.11
%32.41

CMYK Percentages of Color #c5a8af

%0
%15
%11
%23

Triadic Colors of #c5a8af

#c5a8af #afc5a8 #a8afc5

Analogous Colors of #c5a8af

#c5a8af #c5b0a8 #c5a8be

Monochromatic Colors of #c5a8af

#c5a8af

Complementary Color

#c5a8af #a8c5be

#c5a8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a8af Color CSS Codes

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

#c5a8af Text Font Color

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

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


#c5a8af Background Color

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

This div background color is #c5a8af


#c5a8af Border Color

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

This div border color is #c5a8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a8af

#c5a8af Color Palettes


Comments

No comments written yet.

Please login to write comment.