Color Hex Logo

#c699af Color Hex

#C699AF
(198,153,175)
0 Favorites   0 Comments

Color spaces of #c699af

RGB 198153175
HSL0.920.280.69
HSV331°23°78°
CMYK 0.000.230.12   0.22
XYZ42.417837.883445.6340
Yxy37.88340.33680.3008
Hunter Lab61.549515.3045-0.8741
CIE-Lab67.934620.3096-4.9568

#c699af color RGB value is (198,153,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011001 10101111
Octal 306 231 257
Decimal 198 153 175
Hex C6 99 AF

RGB Percentages of Color #c699af

%37.64
%29.09
%33.27

CMYK Percentages of Color #c699af

%0
%23
%12
%22

Triadic Colors of #c699af

#c699af #afc699 #99afc6

Analogous Colors of #c699af

#c699af #c69a99 #c699c6

Monochromatic Colors of #c699af

#c699af

Complementary Color

#c699af #99c6b0

#c699af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c699af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c699af Color CSS Codes

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

#c699af Text Font Color

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

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


#c699af Background Color

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

This div background color is #c699af


#c699af Border Color

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

This div border color is #c699af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c699af


Comments

No comments written yet.

Please login to write comment.