Color Hex Logo

#c4a6c3 Color Hex

#C4A6C3
(196,166,195)
0 Favorites   0 Comments

Color spaces of #c4a6c3

RGB 196166195
HSL0.840.200.71
HSV302°15°77°
CMYK 0.000.150.01   0.23
XYZ46.251542.948357.4819
Yxy42.94830.31530.2928
Hunter Lab65.535011.2908-6.1299
CIE-Lab71.519916.0367-10.7455

#c4a6c3 color RGB value is (196,166,195).

#c4a6c3 hex color red value is 196, green value is 166 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #c4a6c3 hue: 0.84 , saturation: 0.20 and the lightness value of c4a6c3 is 0.71.

The process color (four color CMYK) of #c4a6c3 color hex is 0.00, 0.15, 0.01, 0.23. Web safe color of #c4a6c3 is #cc99cc. Color #c4a6c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100110 11000011
Octal 304 246 303
Decimal 196 166 195
Hex C4 A6 C3

RGB Percentages of Color #c4a6c3

%35.19
%29.80
%35.01

CMYK Percentages of Color #c4a6c3

%0
%15
%1
%23

Triadic Colors of #c4a6c3

#c4a6c3 #c3c4a6 #a6c3c4

Analogous Colors of #c4a6c3

#c4a6c3 #c4a6b4 #b6a6c4

Monochromatic Colors of #c4a6c3

#c4a6c3

Complementary Color

#c4a6c3 #a6c4a7

#c4a6c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a6c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a6c3 Color CSS Codes

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

#c4a6c3 Text Font Color

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

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


#c4a6c3 Background Color

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

This div background color is #c4a6c3


#c4a6c3 Border Color

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

This div border color is #c4a6c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a6c3


Comments

No comments written yet.

Please login to write comment.