Color Hex Logo

#cd696f Color Hex

#CD696F
(205,105,111)
0 Favorites   0 Comments

Color spaces of #cd696f

RGB 205105111
HSL0.990.500.61
HSV356°49°80°
CMYK 0.000.490.46   0.20
XYZ33.097724.230017.9713
Yxy24.23000.43960.3218
Hunter Lab49.224033.879612.8105
CIE-Lab56.317340.055414.9775

#cd696f color RGB value is (205,105,111).

#cd696f hex color red value is 205, green value is 105 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cd696f hue: 0.99 , saturation: 0.50 and the lightness value of cd696f is 0.61.

The process color (four color CMYK) of #cd696f color hex is 0.00, 0.49, 0.46, 0.20. Web safe color of #cd696f is #cc6666. Color #cd696f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101001 01101111
Octal 315 151 157
Decimal 205 105 111
Hex CD 69 6F

RGB Percentages of Color #cd696f

%48.69
%24.94
%26.37

CMYK Percentages of Color #cd696f

%0
%49
%46
%20

Triadic Colors of #cd696f

#cd696f #6fcd69 #696fcd

Analogous Colors of #cd696f

#cd696f #cd9569 #cd69a1

Monochromatic Colors of #cd696f

#cd696f

Complementary Color

#cd696f #69cdc7

#cd696f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd696f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd696f Color CSS Codes

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

#cd696f Text Font Color

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

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


#cd696f Background Color

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

This div background color is #cd696f


#cd696f Border Color

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

This div border color is #cd696f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,105,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd696f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd696f;
  -webkit-box-shadow: 1px 1px 3px 2px #cd696f;
  box-shadow:         1px 1px 3px 2px #cd696f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,105,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd696f


Comments

No comments written yet.

Please login to write comment.