Color Hex Logo

#c1655d Color Hex

#C1655D
(193,101,93)
0 Favorites   0 Comments

Color spaces of #c1655d

RGB 19310193
HSL0.010.450.56
HSV52°76°
CMYK 0.000.480.52   0.24
XYZ28.621821.435112.9848
Yxy21.43510.45400.3400
Hunter Lab46.298129.328415.7801
CIE-Lab53.422435.902721.2500

#c1655d color RGB value is (193,101,93).

#c1655d hex color red value is 193, green value is 101 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c1655d hue: 0.01 , saturation: 0.45 and the lightness value of c1655d is 0.56.

The process color (four color CMYK) of #c1655d color hex is 0.00, 0.48, 0.52, 0.24. Web safe color of #c1655d is #cc6666. Color #c1655d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 01011101
Octal 301 145 135
Decimal 193 101 93
Hex C1 65 5D

RGB Percentages of Color #c1655d

%49.87
%26.10
%24.03

CMYK Percentages of Color #c1655d

%0
%48
%52
%24

Triadic Colors of #c1655d

#c1655d #5dc165 #655dc1

Analogous Colors of #c1655d

#c1655d #c1975d #c15d87

Monochromatic Colors of #c1655d

#c1655d

Complementary Color

#c1655d #5db9c1

#c1655d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1655d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1655d Color CSS Codes

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

#c1655d Text Font Color

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

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


#c1655d Background Color

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

This div background color is #c1655d


#c1655d Border Color

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

This div border color is #c1655d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1655d


Comments

No comments written yet.

Please login to write comment.