Color Hex Logo

#c9626d Color Hex

#C9626D
(201,98,109)
0 Favorites   0 Comments

Color spaces of #c9626d

RGB 20198109
HSL0.980.490.59
HSV354°51°79°
CMYK 0.000.510.46   0.21
XYZ31.215422.257017.1188
Yxy22.25700.44220.3153
Hunter Lab47.177335.546211.5101
CIE-Lab54.298641.957713.2599

#c9626d color RGB value is (201,98,109).

#c9626d hex color red value is 201, green value is 98 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c9626d hue: 0.98 , saturation: 0.49 and the lightness value of c9626d is 0.59.

The process color (four color CMYK) of #c9626d color hex is 0.00, 0.51, 0.46, 0.21. Web safe color of #c9626d is #cc6666. Color #c9626d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100010 01101101
Octal 311 142 155
Decimal 201 98 109
Hex C9 62 6D

RGB Percentages of Color #c9626d

%49.26
%24.02
%26.72

CMYK Percentages of Color #c9626d

%0
%51
%46
%21

Triadic Colors of #c9626d

#c9626d #6dc962 #626dc9

Analogous Colors of #c9626d

#c9626d #c98b62 #c962a1

Monochromatic Colors of #c9626d

#c9626d

Complementary Color

#c9626d #62c9be

#c9626d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9626d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9626d Color CSS Codes

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

#c9626d Text Font Color

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

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


#c9626d Background Color

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

This div background color is #c9626d


#c9626d Border Color

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

This div border color is #c9626d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9626d


Comments

No comments written yet.

Please login to write comment.