Color Hex Logo

#c6536b Color Hex

#C6536B
(198,83,107)
0 Favorites   0 Comments

Color spaces of #c6536b

RGB 19883107
HSL0.970.500.55
HSV347°58°78°
CMYK 0.000.580.46   0.22
XYZ29.035819.253816.0959
Yxy19.25380.45100.2990
Hunter Lab43.879241.32898.9664
CIE-Lab50.982848.02649.7373

#c6536b color RGB value is (198,83,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010011 01101011
Octal 306 123 153
Decimal 198 83 107
Hex C6 53 6B

RGB Percentages of Color #c6536b

%51.03
%21.39
%27.58

CMYK Percentages of Color #c6536b

%0
%58
%46
%22

Triadic Colors of #c6536b

#c6536b #6bc653 #536bc6

Analogous Colors of #c6536b

#c6536b #c67553 #c653a5

Monochromatic Colors of #c6536b

#c6536b

Complementary Color

#c6536b #53c6ae

#c6536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6536b Color CSS Codes

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

#c6536b Text Font Color

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

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


#c6536b Background Color

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

This div background color is #c6536b


#c6536b Border Color

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

This div border color is #c6536b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6536b


Comments

No comments written yet.

Please login to write comment.