Color Hex Logo

#c9536a Color Hex

#C9536A
(201,83,106)
0 Favorites   0 Comments

Color spaces of #c9536a

RGB 20183106
HSL0.970.520.56
HSV348°59°79°
CMYK 0.000.590.47   0.21
XYZ29.782219.644615.8578
Yxy19.64460.45620.3009
Hunter Lab44.322242.37879.8125
CIE-Lab51.433048.947211.0375

#c9536a color RGB value is (201,83,106).

#c9536a hex color red value is 201, green value is 83 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c9536a hue: 0.97 , saturation: 0.52 and the lightness value of c9536a is 0.56.

The process color (four color CMYK) of #c9536a color hex is 0.00, 0.59, 0.47, 0.21. Web safe color of #c9536a is #cc6666. Color #c9536a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010011 01101010
Octal 311 123 152
Decimal 201 83 106
Hex C9 53 6A

RGB Percentages of Color #c9536a

%51.54
%21.28
%27.18

CMYK Percentages of Color #c9536a

%0
%59
%47
%21

Triadic Colors of #c9536a

#c9536a #6ac953 #536ac9

Analogous Colors of #c9536a

#c9536a #c97753 #c953a5

Monochromatic Colors of #c9536a

#c9536a

Complementary Color

#c9536a #53c9b2

#c9536a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9536a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9536a Color CSS Codes

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

#c9536a Text Font Color

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

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


#c9536a Background Color

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

This div background color is #c9536a


#c9536a Border Color

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

This div border color is #c9536a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9536a


Comments

No comments written yet.

Please login to write comment.