Color Hex Logo

#c5735f Color Hex

#C5735F
(197,115,95)
0 Favorites   0 Comments

Color spaces of #c5735f

RGB 19711595
HSL0.030.470.57
HSV12°52°77°
CMYK 0.000.420.52   0.23
XYZ31.222224.958013.9983
Yxy24.95800.44490.3556
Hunter Lab49.958024.130518.3574
CIE-Lab57.034530.190424.9803

#c5735f color RGB value is (197,115,95).

#c5735f hex color red value is 197, green value is 115 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c5735f hue: 0.03 , saturation: 0.47 and the lightness value of c5735f is 0.57.

The process color (four color CMYK) of #c5735f color hex is 0.00, 0.42, 0.52, 0.23. Web safe color of #c5735f is #cc6666. Color #c5735f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110011 01011111
Octal 305 163 137
Decimal 197 115 95
Hex C5 73 5F

RGB Percentages of Color #c5735f

%48.40
%28.26
%23.34

CMYK Percentages of Color #c5735f

%0
%42
%52
%23

Triadic Colors of #c5735f

#c5735f #5fc573 #735fc5

Analogous Colors of #c5735f

#c5735f #c5a65f #c55f7e

Monochromatic Colors of #c5735f

#c5735f

Complementary Color

#c5735f #5fb1c5

#c5735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5735f Color CSS Codes

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

#c5735f Text Font Color

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

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


#c5735f Background Color

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

This div background color is #c5735f


#c5735f Border Color

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

This div border color is #c5735f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,115,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5735f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5735f;
  -webkit-box-shadow: 1px 1px 3px 2px #c5735f;
  box-shadow:         1px 1px 3px 2px #c5735f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,115,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5735f


Comments

No comments written yet.

Please login to write comment.