Color Hex Logo

#c4745b Color Hex

#C4745B
(196,116,91)
0 Favorites   0 Comments

Color spaces of #c4745b

RGB 19611691
HSL0.040.470.56
HSV14°54°77°
CMYK 0.000.410.54   0.23
XYZ30.898724.981913.0910
Yxy24.98190.44800.3622
Hunter Lab49.981922.880019.4584
CIE-Lab57.057828.894227.2502

#c4745b color RGB value is (196,116,91).

#c4745b hex color red value is 196, green value is 116 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c4745b hue: 0.04 , saturation: 0.47 and the lightness value of c4745b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 01011011
Octal 304 164 133
Decimal 196 116 91
Hex C4 74 5B

RGB Percentages of Color #c4745b

%48.64
%28.78
%22.58

CMYK Percentages of Color #c4745b

%0
%41
%54
%23

Triadic Colors of #c4745b

#c4745b #5bc474 #745bc4

Analogous Colors of #c4745b

#c4745b #c4a95b #c45b77

Monochromatic Colors of #c4745b

#c4745b

Complementary Color

#c4745b #5babc4

#c4745b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4745b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4745b Color CSS Codes

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

#c4745b Text Font Color

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

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


#c4745b Background Color

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

This div background color is #c4745b


#c4745b Border Color

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

This div border color is #c4745b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4745b


Comments

No comments written yet.

Please login to write comment.