Color Hex Logo

#c1754a Color Hex

#C1754A
(193,117,74)
0 Favorites   0 Comments

Color spaces of #c1754a

RGB 19311774
HSL0.060.490.52
HSV22°62°76°
CMYK 0.000.390.62   0.24
XYZ29.589624.55449.6585
Yxy24.55440.46380.3849
Hunter Lab49.552419.872423.1302
CIE-Lab56.638725.775336.0428

#c1754a color RGB value is (193,117,74).

#c1754a hex color red value is 193, green value is 117 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c1754a hue: 0.06 , saturation: 0.49 and the lightness value of c1754a is 0.52.

The process color (four color CMYK) of #c1754a color hex is 0.00, 0.39, 0.62, 0.24. Web safe color of #c1754a is #cc6633. Color #c1754a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110101 01001010
Octal 301 165 112
Decimal 193 117 74
Hex C1 75 4A

RGB Percentages of Color #c1754a

%50.26
%30.47
%19.27

CMYK Percentages of Color #c1754a

%0
%39
%62
%24

Triadic Colors of #c1754a

#c1754a #4ac175 #754ac1

Analogous Colors of #c1754a

#c1754a #c1b14a #c14a5b

Monochromatic Colors of #c1754a

#c1754a

Complementary Color

#c1754a #4a96c1

#c1754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1754a Color CSS Codes

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

#c1754a Text Font Color

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

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


#c1754a Background Color

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

This div background color is #c1754a


#c1754a Border Color

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

This div border color is #c1754a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1754a


Comments

No comments written yet.

Please login to write comment.