Color Hex Logo

#c65f4e Color Hex

#C65F4E
(198,95,78)
0 Favorites   0 Comments

Color spaces of #c65f4e

RGB 1989578
HSL0.020.510.54
HSV61°78°
CMYK 0.000.520.61   0.22
XYZ28.756120.74029.6954
Yxy20.74020.48580.3504
Hunter Lab45.541433.012319.2566
CIE-Lab52.664039.695329.0765

#c65f4e color RGB value is (198,95,78).

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

The process color (four color CMYK) of #c65f4e color hex is 0.00, 0.52, 0.61, 0.22. Web safe color of #c65f4e is #cc6666. Color #c65f4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011111 01001110
Octal 306 137 116
Decimal 198 95 78
Hex C6 5F 4E

RGB Percentages of Color #c65f4e

%53.37
%25.61
%21.02

CMYK Percentages of Color #c65f4e

%0
%52
%61
%22

Triadic Colors of #c65f4e

#c65f4e #4ec65f #5f4ec6

Analogous Colors of #c65f4e

#c65f4e #c69b4e #c64e79

Monochromatic Colors of #c65f4e

#c65f4e

Complementary Color

#c65f4e #4eb5c6

#c65f4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65f4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65f4e Color CSS Codes

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

#c65f4e Text Font Color

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

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


#c65f4e Background Color

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

This div background color is #c65f4e


#c65f4e Border Color

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

This div border color is #c65f4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65f4e


Comments

No comments written yet.

Please login to write comment.