Color Hex Logo

#c699bf Color Hex

#C699BF
(198,153,191)
0 Favorites   0 Comments

Color spaces of #c699bf

RGB 198153191
HSL0.860.280.69
HSV309°23°78°
CMYK 0.000.230.04   0.22
XYZ44.083938.549854.4076
Yxy38.54980.32170.2813
Hunter Lab62.088518.0832-8.4934
CIE-Lab68.423923.1392-13.1487

#c699bf color RGB value is (198,153,191).

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

The process color (four color CMYK) of #c699bf color hex is 0.00, 0.23, 0.04, 0.22. Web safe color of #c699bf is #cc99cc. Color #c699bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011001 10111111
Octal 306 231 277
Decimal 198 153 191
Hex C6 99 BF

RGB Percentages of Color #c699bf

%36.53
%28.23
%35.24

CMYK Percentages of Color #c699bf

%0
%23
%4
%22

Triadic Colors of #c699bf

#c699bf #bfc699 #99bfc6

Analogous Colors of #c699bf

#c699bf #c699a9 #b799c6

Monochromatic Colors of #c699bf

#c699bf

Complementary Color

#c699bf #99c6a0

#c699bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c699bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c699bf Color CSS Codes

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

#c699bf Text Font Color

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

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


#c699bf Background Color

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

This div background color is #c699bf


#c699bf Border Color

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

This div border color is #c699bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c699bf


Comments

No comments written yet.

Please login to write comment.