Color Hex Logo

#c3afaf Color Hex

#C3AFAF
(195,175,175)
0 Favorites   0 Comments

Color spaces of #c3afaf

RGB 195175175
HSL0.000.140.73
HSV10°76°
CMYK 0.000.100.10   0.24
XYZ45.573545.357246.9103
Yxy45.35720.33060.3291
Hunter Lab67.34782.93055.8457
CIE-Lab73.12657.18052.6122

#c3afaf color RGB value is (195,175,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101111 10101111
Octal 303 257 257
Decimal 195 175 175
Hex C3 AF AF

RGB Percentages of Color #c3afaf

%35.78
%32.11
%32.11

CMYK Percentages of Color #c3afaf

%0
%10
%10
%24

Triadic Colors of #c3afaf

#c3afaf #afc3af #afafc3

Analogous Colors of #c3afaf

#c3afaf #c3b9af #c3afb9

Monochromatic Colors of #c3afaf

#c3afaf

Complementary Color

#c3afaf #afc3c3

#c3afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3afaf Color CSS Codes

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

#c3afaf Text Font Color

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

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


#c3afaf Background Color

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

This div background color is #c3afaf


#c3afaf Border Color

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

This div border color is #c3afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3afaf


Comments

No comments written yet.

Please login to write comment.