Color Hex Logo

#c4947f Color Hex

#C4947F
(196,148,127)
0 Favorites   0 Comments

Color spaces of #c4947f

RGB 196148127
HSL0.050.370.63
HSV18°35°77°
CMYK 0.000.240.35   0.23
XYZ37.185634.447924.7679
Yxy34.44790.38570.3573
Hunter Lab58.692310.380416.0645
CIE-Lab65.316515.189718.1129

#c4947f color RGB value is (196,148,127).

#c4947f hex color red value is 196, green value is 148 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c4947f hue: 0.05 , saturation: 0.37 and the lightness value of c4947f is 0.63.

The process color (four color CMYK) of #c4947f color hex is 0.00, 0.24, 0.35, 0.23. Web safe color of #c4947f is #cc9966. Color #c4947f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010100 01111111
Octal 304 224 177
Decimal 196 148 127
Hex C4 94 7F

RGB Percentages of Color #c4947f

%41.61
%31.42
%26.96

CMYK Percentages of Color #c4947f

%0
%24
%35
%23

Triadic Colors of #c4947f

#c4947f #7fc494 #947fc4

Analogous Colors of #c4947f

#c4947f #c4b77f #c47f8d

Monochromatic Colors of #c4947f

#c4947f

Complementary Color

#c4947f #7fafc4

#c4947f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4947f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4947f Color CSS Codes

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

#c4947f Text Font Color

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

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


#c4947f Background Color

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

This div background color is #c4947f


#c4947f Border Color

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

This div border color is #c4947f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4947f


Comments

No comments written yet.

Please login to write comment.