Color Hex Logo

#cd696d Color Hex

#CD696D
(205,105,109)
0 Favorites   0 Comments

Color spaces of #cd696d

RGB 205105109
HSL0.990.500.61
HSV358°49°80°
CMYK 0.000.490.47   0.20
XYZ32.988724.186417.3977
Yxy24.18640.44240.3243
Hunter Lab49.179733.669713.4515
CIE-Lab56.273939.855916.0825

#cd696d color RGB value is (205,105,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101001 01101101
Octal 315 151 155
Decimal 205 105 109
Hex CD 69 6D

RGB Percentages of Color #cd696d

%48.93
%25.06
%26.01

CMYK Percentages of Color #cd696d

%0
%49
%47
%20

Triadic Colors of #cd696d

#cd696d #6dcd69 #696dcd

Analogous Colors of #cd696d

#cd696d #cd9769 #cd699f

Monochromatic Colors of #cd696d

#cd696d

Complementary Color

#cd696d #69cdc9

#cd696d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd696d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd696d Color CSS Codes

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

#cd696d Text Font Color

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

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


#cd696d Background Color

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

This div background color is #cd696d


#cd696d Border Color

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

This div border color is #cd696d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd696d


Comments

No comments written yet.

Please login to write comment.