Color Hex Logo

#c47d6d Color Hex

#C47D6D
(196,125,109)
0 Favorites   0 Comments

Color spaces of #c47d6d

RGB 196125109
HSL0.030.420.60
HSV11°44°77°
CMYK 0.000.360.44   0.23
XYZ32.858927.507118.0456
Yxy27.50710.41910.3508
Hunter Lab52.447220.050116.3130
CIE-Lab59.440825.744220.2118

#c47d6d color RGB value is (196,125,109).

#c47d6d hex color red value is 196, green value is 125 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c47d6d hue: 0.03 , saturation: 0.42 and the lightness value of c47d6d is 0.60.

The process color (four color CMYK) of #c47d6d color hex is 0.00, 0.36, 0.44, 0.23. Web safe color of #c47d6d is #cc6666. Color #c47d6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111101 01101101
Octal 304 175 155
Decimal 196 125 109
Hex C4 7D 6D

RGB Percentages of Color #c47d6d

%45.58
%29.07
%25.35

CMYK Percentages of Color #c47d6d

%0
%36
%44
%23

Triadic Colors of #c47d6d

#c47d6d #6dc47d #7d6dc4

Analogous Colors of #c47d6d

#c47d6d #c4a96d #c46d89

Monochromatic Colors of #c47d6d

#c47d6d

Complementary Color

#c47d6d #6db4c4

#c47d6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47d6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47d6d Color CSS Codes

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

#c47d6d Text Font Color

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

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


#c47d6d Background Color

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

This div background color is #c47d6d


#c47d6d Border Color

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

This div border color is #c47d6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47d6d


Comments

No comments written yet.

Please login to write comment.