Color Hex Logo

#c65563 Color Hex

#C65563
(198,85,99)
0 Favorites   0 Comments

Color spaces of #c65563

RGB 1988599
HSL0.980.500.55
HSV353°57°78°
CMYK 0.000.570.50   0.22
XYZ28.789319.403614.0323
Yxy19.40360.46270.3118
Hunter Lab44.049539.575011.9474
CIE-Lab51.156146.323914.7635

#c65563 color RGB value is (198,85,99).

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

The process color (four color CMYK) of #c65563 color hex is 0.00, 0.57, 0.50, 0.22. Web safe color of #c65563 is #cc6666. Color #c65563 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010101 01100011
Octal 306 125 143
Decimal 198 85 99
Hex C6 55 63

RGB Percentages of Color #c65563

%51.83
%22.25
%25.92

CMYK Percentages of Color #c65563

%0
%57
%50
%22

Triadic Colors of #c65563

#c65563 #63c655 #5563c6

Analogous Colors of #c65563

#c65563 #c68055 #c6559c

Monochromatic Colors of #c65563

#c65563

Complementary Color

#c65563 #55c6b8

#c65563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65563 Color CSS Codes

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

#c65563 Text Font Color

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

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


#c65563 Background Color

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

This div background color is #c65563


#c65563 Border Color

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

This div border color is #c65563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65563


Comments

No comments written yet.

Please login to write comment.