Color Hex Logo

#c6645a Color Hex

#C6645A
(198,100,90)
0 Favorites   0 Comments

Color spaces of #c6645a

RGB 19810090
HSL0.020.490.56
HSV55°78°
CMYK 0.000.490.55   0.22
XYZ29.691321.858312.3270
Yxy21.85830.46480.3422
Hunter Lab46.752931.542317.0944
CIE-Lab53.876338.069623.7239

#c6645a color RGB value is (198,100,90).

#c6645a hex color red value is 198, green value is 100 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c6645a hue: 0.02 , saturation: 0.49 and the lightness value of c6645a is 0.56.

The process color (four color CMYK) of #c6645a color hex is 0.00, 0.49, 0.55, 0.22. Web safe color of #c6645a is #cc6666. Color #c6645a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100100 01011010
Octal 306 144 132
Decimal 198 100 90
Hex C6 64 5A

RGB Percentages of Color #c6645a

%51.03
%25.77
%23.20

CMYK Percentages of Color #c6645a

%0
%49
%55
%22

Triadic Colors of #c6645a

#c6645a #5ac664 #645ac6

Analogous Colors of #c6645a

#c6645a #c69a5a #c65a86

Monochromatic Colors of #c6645a

#c6645a

Complementary Color

#c6645a #5abcc6

#c6645a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6645a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6645a Color CSS Codes

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

#c6645a Text Font Color

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

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


#c6645a Background Color

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

This div background color is #c6645a


#c6645a Border Color

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

This div border color is #c6645a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6645a


Comments

No comments written yet.

Please login to write comment.