color codes Logo

#c9505c color codes

#C9505C
(201,80,92)
0 Favorites   0 Comments

Color spaces of #c9505c

RGB 2018092
HSL0.980.530.55
HSV354°60°79°
CMYK 0.000.600.54   0.21
XYZ28.887818.927512.2560
Yxy18.92750.48090.3151
Hunter Lab43.505742.388913.7514
CIE-Lab50.602349.093618.2651

#c9505c color RGB value is (201,80,92).

#c9505c hex color red value is 201, green value is 80 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c9505c hue: 0.98 , saturation: 0.53 and the lightness value of c9505c is 0.55.

The process color (four color CMYK) of #c9505c color code is 0.00, 0.60, 0.54, 0.21. Web safe color of #c9505c is #cc6666. Color #c9505c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010000 01011100
Octal 311 120 134
Decimal 201 80 92
Hex C9 50 5C

RGB Percentages of Color #c9505c

%53.89
%21.45
%24.66

CMYK Percentages of Color #c9505c

%0
%60
%54
%21

Triadic Colors of #c9505c

#c9505c #5cc950 #505cc9

Analogous Colors of #c9505c

#c9505c #c98150 #c95099

Monochromatic Colors of #c9505c

#c9505c

Complementary Color

#c9505c #50c9bd

#c9505c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9505c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9505c Color CSS Codes

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

#c9505c Text Font Color

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

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


#c9505c Background Color

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

This div background color is #c9505c


#c9505c Border Color

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

This div border color is #c9505c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,80,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9505c


Comments

No comments written yet.

Please login to write comment.