Color Hex Logo

#cd696e Color Hex

#CD696E
(205,105,110)
0 Favorites   0 Comments

Color spaces of #cd696e

RGB 205105110
HSL0.990.500.61
HSV357°49°80°
CMYK 0.000.490.46   0.20
XYZ33.042924.208117.6829
Yxy24.20810.44100.3231
Hunter Lab49.201733.774013.1326
CIE-Lab56.295539.955115.5300

#cd696e color RGB value is (205,105,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101001 01101110
Octal 315 151 156
Decimal 205 105 110
Hex CD 69 6E

RGB Percentages of Color #cd696e

%48.81
%25.00
%26.19

CMYK Percentages of Color #cd696e

%0
%49
%46
%20

Triadic Colors of #cd696e

#cd696e #6ecd69 #696ecd

Analogous Colors of #cd696e

#cd696e #cd9669 #cd69a0

Monochromatic Colors of #cd696e

#cd696e

Complementary Color

#cd696e #69cdc8

#cd696e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd696e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd696e Color CSS Codes

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

#cd696e Text Font Color

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

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


#cd696e Background Color

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

This div background color is #cd696e


#cd696e Border Color

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

This div border color is #cd696e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd696e


Comments

No comments written yet.

Please login to write comment.