Color Hex Logo

#c5655e Color Hex

#C5655E
(197,101,94)
0 Favorites   0 Comments

Color spaces of #c5655e

RGB 19710194
HSL0.010.470.57
HSV52°77°
CMYK 0.000.490.52   0.23
XYZ29.700021.985813.2680
Yxy21.98580.45720.3385
Hunter Lab46.889031.008016.0453
CIE-Lab54.011937.518321.5559

#c5655e color RGB value is (197,101,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100101 01011110
Octal 305 145 136
Decimal 197 101 94
Hex C5 65 5E

RGB Percentages of Color #c5655e

%50.26
%25.77
%23.98

CMYK Percentages of Color #c5655e

%0
%49
%52
%23

Triadic Colors of #c5655e

#c5655e #5ec565 #655ec5

Analogous Colors of #c5655e

#c5655e #c5995e #c55e8b

Monochromatic Colors of #c5655e

#c5655e

Complementary Color

#c5655e #5ebec5

#c5655e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5655e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5655e Color CSS Codes

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

#c5655e Text Font Color

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

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


#c5655e Background Color

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

This div background color is #c5655e


#c5655e Border Color

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

This div border color is #c5655e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5655e


Comments

No comments written yet.

Please login to write comment.