Color Hex Logo

#c4754c Color Hex

#C4754C
(196,117,76)
0 Favorites   0 Comments

Color spaces of #c4754c

RGB 19611776
HSL0.060.500.53
HSV21°61°77°
CMYK 0.000.400.61   0.23
XYZ30.430724.980110.0553
Yxy24.98010.46480.3816
Hunter Lab49.980121.215723.0577
CIE-Lab57.056027.157235.5573

#c4754c color RGB value is (196,117,76).

#c4754c hex color red value is 196, green value is 117 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #c4754c hue: 0.06 , saturation: 0.50 and the lightness value of c4754c is 0.53.

The process color (four color CMYK) of #c4754c color hex is 0.00, 0.40, 0.61, 0.23. Web safe color of #c4754c is #cc6633. Color #c4754c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110101 01001100
Octal 304 165 114
Decimal 196 117 76
Hex C4 75 4C

RGB Percentages of Color #c4754c

%50.39
%30.08
%19.54

CMYK Percentages of Color #c4754c

%0
%40
%61
%23

Triadic Colors of #c4754c

#c4754c #4cc475 #754cc4

Analogous Colors of #c4754c

#c4754c #c4b14c #c44c5f

Monochromatic Colors of #c4754c

#c4754c

Complementary Color

#c4754c #4c9bc4

#c4754c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4754c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4754c Color CSS Codes

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

#c4754c Text Font Color

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

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


#c4754c Background Color

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

This div background color is #c4754c


#c4754c Border Color

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

This div border color is #c4754c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4754c


Comments

No comments written yet.

Please login to write comment.