Color Hex Logo

#c3afa1 Color Hex

#C3AFA1
(195,175,161)
0 Favorites   0 Comments

Color spaces of #c3afa1

RGB 195175161
HSL0.070.220.70
HSV25°17°76°
CMYK 0.000.100.17   0.24
XYZ44.268744.835340.0391
Yxy44.83530.34280.3472
Hunter Lab66.95920.833111.4182
CIE-Lab72.78334.88869.7884

#c3afa1 color RGB value is (195,175,161).

#c3afa1 hex color red value is 195, green value is 175 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #c3afa1 hue: 0.07 , saturation: 0.22 and the lightness value of c3afa1 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101111 10100001
Octal 303 257 241
Decimal 195 175 161
Hex C3 AF A1

RGB Percentages of Color #c3afa1

%36.72
%32.96
%30.32

CMYK Percentages of Color #c3afa1

%0
%10
%17
%24

Triadic Colors of #c3afa1

#c3afa1 #a1c3af #afa1c3

Analogous Colors of #c3afa1

#c3afa1 #c3c0a1 #c3a1a4

Monochromatic Colors of #c3afa1

#c3afa1

Complementary Color

#c3afa1 #a1b5c3

#c3afa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3afa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3afa1 Color CSS Codes

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

#c3afa1 Text Font Color

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

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


#c3afa1 Background Color

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

This div background color is #c3afa1


#c3afa1 Border Color

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

This div border color is #c3afa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3afa1

#c3afa1 Color Palettes


Comments

No comments written yet.

Please login to write comment.