Color Hex Logo

#c6aabb Color Hex

#C6AABB
(198,170,187)
0 Favorites   0 Comments

Color spaces of #c6aabb

RGB 198170187
HSL0.900.200.72
HSV324°14°78°
CMYK 0.000.140.06   0.22
XYZ46.633144.343153.1149
Yxy44.34310.32360.3077
Hunter Lab66.59068.4691-0.6783
CIE-Lab72.457213.0750-4.9277

#c6aabb color RGB value is (198,170,187).

#c6aabb hex color red value is 198, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c6aabb hue: 0.90 , saturation: 0.20 and the lightness value of c6aabb is 0.72.

The process color (four color CMYK) of #c6aabb color hex is 0.00, 0.14, 0.06, 0.22. Web safe color of #c6aabb is #cc99cc. Color #c6aabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101010 10111011
Octal 306 252 273
Decimal 198 170 187
Hex C6 AA BB

RGB Percentages of Color #c6aabb

%35.68
%30.63
%33.69

CMYK Percentages of Color #c6aabb

%0
%14
%6
%22

Triadic Colors of #c6aabb

#c6aabb #bbc6aa #aabbc6

Analogous Colors of #c6aabb

#c6aabb #c6aaad #c3aac6

Monochromatic Colors of #c6aabb

#c6aabb

Complementary Color

#c6aabb #aac6b5

#c6aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aabb Color CSS Codes

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

#c6aabb Text Font Color

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

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


#c6aabb Background Color

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

This div background color is #c6aabb


#c6aabb Border Color

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

This div border color is #c6aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aabb


Comments

No comments written yet.

Please login to write comment.