Color Hex Logo

#c6a3ab Color Hex

#C6A3AB
(198,163,171)
0 Favorites   0 Comments

Color spaces of #c6a3ab

RGB 198163171
HSL0.960.230.71
HSV346°18°78°
CMYK 0.000.180.14   0.22
XYZ43.736641.140444.1638
Yxy41.14040.33890.3188
Hunter Lab64.14089.47004.0747
CIE-Lab70.274214.14480.7019

#c6a3ab color RGB value is (198,163,171).

#c6a3ab hex color red value is 198, green value is 163 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c6a3ab hue: 0.96 , saturation: 0.23 and the lightness value of c6a3ab is 0.71.

The process color (four color CMYK) of #c6a3ab color hex is 0.00, 0.18, 0.14, 0.22. Web safe color of #c6a3ab is #cc9999. Color #c6a3ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10100011 10101011
Octal 306 243 253
Decimal 198 163 171
Hex C6 A3 AB

RGB Percentages of Color #c6a3ab

%37.22
%30.64
%32.14

CMYK Percentages of Color #c6a3ab

%0
%18
%14
%22

Triadic Colors of #c6a3ab

#c6a3ab #abc6a3 #a3abc6

Analogous Colors of #c6a3ab

#c6a3ab #c6ada3 #c6a3bd

Monochromatic Colors of #c6a3ab

#c6a3ab

Complementary Color

#c6a3ab #a3c6be

#c6a3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6a3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6a3ab Color CSS Codes

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

#c6a3ab Text Font Color

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

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


#c6a3ab Background Color

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

This div background color is #c6a3ab


#c6a3ab Border Color

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

This div border color is #c6a3ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,163,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6a3ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6a3ab;
  -webkit-box-shadow: 1px 1px 3px 2px #c6a3ab;
  box-shadow:         1px 1px 3px 2px #c6a3ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,163,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6a3ab


Comments

No comments written yet.

Please login to write comment.