Color Hex Logo

#c6525e Color Hex

#C6525E
(198,82,94)
0 Favorites   0 Comments

Color spaces of #c6525e

RGB 1988294
HSL0.980.500.55
HSV354°59°78°
CMYK 0.000.590.53   0.22
XYZ28.326418.848512.7348
Yxy18.84850.47280.3146
Hunter Lab43.414940.487912.9990
CIE-Lab50.509547.301616.8636

#c6525e color RGB value is (198,82,94).

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

The process color (four color CMYK) of #c6525e color hex is 0.00, 0.59, 0.53, 0.22. Web safe color of #c6525e is #cc6666. Color #c6525e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010010 01011110
Octal 306 122 136
Decimal 198 82 94
Hex C6 52 5E

RGB Percentages of Color #c6525e

%52.94
%21.93
%25.13

CMYK Percentages of Color #c6525e

%0
%59
%53
%22

Triadic Colors of #c6525e

#c6525e #5ec652 #525ec6

Analogous Colors of #c6525e

#c6525e #c68052 #c65298

Monochromatic Colors of #c6525e

#c6525e

Complementary Color

#c6525e #52c6ba

#c6525e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6525e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6525e Color CSS Codes

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

#c6525e Text Font Color

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

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


#c6525e Background Color

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

This div background color is #c6525e


#c6525e Border Color

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

This div border color is #c6525e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,82,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6525e


Comments

No comments written yet.

Please login to write comment.