Color Hex Logo

#c46972 Color Hex

#C46972
(196,105,114)
0 Favorites   0 Comments

Color spaces of #c46972

RGB 196105114
HSL0.980.440.59
HSV354°46°77°
CMYK 0.000.460.42   0.23
XYZ30.853823.053818.7432
Yxy23.05380.42470.3173
Hunter Lab48.014430.678110.4652
CIE-Lab55.127737.046911.3777

#c46972 color RGB value is (196,105,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101001 01110010
Octal 304 151 162
Decimal 196 105 114
Hex C4 69 72

RGB Percentages of Color #c46972

%47.23
%25.30
%27.47

CMYK Percentages of Color #c46972

%0
%46
%42
%23

Triadic Colors of #c46972

#c46972 #72c469 #6972c4

Analogous Colors of #c46972

#c46972 #c48e69 #c469a0

Monochromatic Colors of #c46972

#c46972

Complementary Color

#c46972 #69c4bb

#c46972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46972 Color CSS Codes

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

#c46972 Text Font Color

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

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


#c46972 Background Color

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

This div background color is #c46972


#c46972 Border Color

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

This div border color is #c46972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46972


Comments

No comments written yet.

Please login to write comment.