Color Hex Logo

#c699ab Color Hex

#C699AB
(198,153,171)
0 Favorites   0 Comments

Color spaces of #c699ab

RGB 198153171
HSL0.930.280.69
HSV336°23°78°
CMYK 0.000.230.14   0.22
XYZ42.030637.728543.5952
Yxy37.72850.34070.3059
Hunter Lab61.423514.65200.9155
CIE-Lab67.820019.6372-2.8913

#c699ab color RGB value is (198,153,171).

#c699ab hex color red value is 198, green value is 153 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c699ab hue: 0.93 , saturation: 0.28 and the lightness value of c699ab is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011001 10101011
Octal 306 231 253
Decimal 198 153 171
Hex C6 99 AB

RGB Percentages of Color #c699ab

%37.93
%29.31
%32.76

CMYK Percentages of Color #c699ab

%0
%23
%14
%22

Triadic Colors of #c699ab

#c699ab #abc699 #99abc6

Analogous Colors of #c699ab

#c699ab #c69e99 #c699c2

Monochromatic Colors of #c699ab

#c699ab

Complementary Color

#c699ab #99c6b4

#c699ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c699ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c699ab Color CSS Codes

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

#c699ab Text Font Color

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

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


#c699ab Background Color

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

This div background color is #c699ab


#c699ab Border Color

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

This div border color is #c699ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c699ab


Comments

No comments written yet.

Please login to write comment.