color codes Logo

#c64f5a color codes

#C64F5A
(198,79,90)
0 Favorites   0 Comments

Color spaces of #c64f5a

RGB 1987990
HSL0.980.510.54
HSV354°60°78°
CMYK 0.000.600.55   0.22
XYZ27.930118.335911.7400
Yxy18.33590.48150.3161
Hunter Lab42.820441.492813.7189
CIE-Lab49.901048.359518.4307

#c64f5a color RGB value is (198,79,90).

#c64f5a hex color red value is 198, green value is 79 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c64f5a hue: 0.98 , saturation: 0.51 and the lightness value of c64f5a is 0.54.

The process color (four color CMYK) of #c64f5a color code is 0.00, 0.60, 0.55, 0.22. Web safe color of #c64f5a is #cc6666. Color #c64f5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001111 01011010
Octal 306 117 132
Decimal 198 79 90
Hex C6 4F 5A

RGB Percentages of Color #c64f5a

%53.95
%21.53
%24.52

CMYK Percentages of Color #c64f5a

%0
%60
%55
%22

Triadic Colors of #c64f5a

#c64f5a #5ac64f #4f5ac6

Analogous Colors of #c64f5a

#c64f5a #c6804f #c64f96

Monochromatic Colors of #c64f5a

#c64f5a

Complementary Color

#c64f5a #4fc6bb

#c64f5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64f5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64f5a Color CSS Codes

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

#c64f5a Text Font Color

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

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


#c64f5a Background Color

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

This div background color is #c64f5a


#c64f5a Border Color

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

This div border color is #c64f5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64f5a


Comments

No comments written yet.

Please login to write comment.