Color Hex Logo

#cc696d Color Hex

#CC696D
(204,105,109)
0 Favorites   0 Comments

Color spaces of #cc696d

RGB 204105109
HSL0.990.490.61
HSV358°49°80°
CMYK 0.000.490.47   0.20
XYZ32.713724.044617.3849
Yxy24.04460.44120.3243
Hunter Lab49.035333.273813.3041
CIE-Lab56.132439.486815.8652

#cc696d color RGB value is (204,105,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 01101101
Octal 314 151 155
Decimal 204 105 109
Hex CC 69 6D

RGB Percentages of Color #cc696d

%48.80
%25.12
%26.08

CMYK Percentages of Color #cc696d

%0
%49
%47
%20

Triadic Colors of #cc696d

#cc696d #6dcc69 #696dcc

Analogous Colors of #cc696d

#cc696d #cc9769 #cc699f

Monochromatic Colors of #cc696d

#cc696d

Complementary Color

#cc696d #69ccc8

#cc696d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc696d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc696d Color CSS Codes

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

#cc696d Text Font Color

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

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


#cc696d Background Color

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

This div background color is #cc696d


#cc696d Border Color

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

This div border color is #cc696d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,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 #cc696d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc696d


Comments

No comments written yet.

Please login to write comment.