Color Hex Logo

#c46a74 Color Hex

#C46A74
(196,106,116)
0 Favorites   0 Comments

Color spaces of #c46a74

RGB 196106116
HSL0.980.430.59
HSV353°46°77°
CMYK 0.000.460.41   0.23
XYZ31.071423.304819.3836
Yxy23.30480.42130.3160
Hunter Lab48.275030.40719.9862
CIE-Lab55.384936.744210.5682

#c46a74 color RGB value is (196,106,116).

#c46a74 hex color red value is 196, green value is 106 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c46a74 hue: 0.98 , saturation: 0.43 and the lightness value of c46a74 is 0.59.

The process color (four color CMYK) of #c46a74 color hex is 0.00, 0.46, 0.41, 0.23. Web safe color of #c46a74 is #cc6666. Color #c46a74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101010 01110100
Octal 304 152 164
Decimal 196 106 116
Hex C4 6A 74

RGB Percentages of Color #c46a74

%46.89
%25.36
%27.75

CMYK Percentages of Color #c46a74

%0
%46
%41
%23

Triadic Colors of #c46a74

#c46a74 #74c46a #6a74c4

Analogous Colors of #c46a74

#c46a74 #c48d6a #c46aa1

Monochromatic Colors of #c46a74

#c46a74

Complementary Color

#c46a74 #6ac4ba

#c46a74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46a74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46a74 Color CSS Codes

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

#c46a74 Text Font Color

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

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


#c46a74 Background Color

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

This div background color is #c46a74


#c46a74 Border Color

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

This div border color is #c46a74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,106,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c46a74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c46a74;
  -webkit-box-shadow: 1px 1px 3px 2px #c46a74;
  box-shadow:         1px 1px 3px 2px #c46a74; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,106,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46a74


Comments

No comments written yet.

Please login to write comment.