Color Hex Logo

#c6536d Color Hex

#C6536D
(198,83,109)
0 Favorites   0 Comments

Color spaces of #c6536d

RGB 19883109
HSL0.960.500.55
HSV346°58°78°
CMYK 0.000.580.45   0.22
XYZ29.142319.296416.6566
Yxy19.29640.44770.2964
Hunter Lab43.927741.54638.2676
CIE-Lab51.032248.22488.6085

#c6536d color RGB value is (198,83,109).

#c6536d hex color red value is 198, green value is 83 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c6536d hue: 0.96 , saturation: 0.50 and the lightness value of c6536d is 0.55.

The process color (four color CMYK) of #c6536d color hex is 0.00, 0.58, 0.45, 0.22. Web safe color of #c6536d is #cc6666. Color #c6536d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010011 01101101
Octal 306 123 155
Decimal 198 83 109
Hex C6 53 6D

RGB Percentages of Color #c6536d

%50.77
%21.28
%27.95

CMYK Percentages of Color #c6536d

%0
%58
%45
%22

Triadic Colors of #c6536d

#c6536d #6dc653 #536dc6

Analogous Colors of #c6536d

#c6536d #c67353 #c653a7

Monochromatic Colors of #c6536d

#c6536d

Complementary Color

#c6536d #53c6ac

#c6536d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6536d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6536d Color CSS Codes

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

#c6536d Text Font Color

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

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


#c6536d Background Color

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

This div background color is #c6536d


#c6536d Border Color

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

This div border color is #c6536d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6536d

#c6536d Color Palettes


Comments

No comments written yet.

Please login to write comment.