Color Hex Logo

#c1655a Color Hex

#C1655A
(193,101,90)
0 Favorites   0 Comments

Color spaces of #c1655a

RGB 19310190
HSL0.020.450.55
HSV53°76°
CMYK 0.000.480.53   0.24
XYZ28.491521.383012.2985
Yxy21.38300.45830.3439
Hunter Lab46.241829.058316.6004
CIE-Lab53.366135.636022.9189

#c1655a color RGB value is (193,101,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 01011010
Octal 301 145 132
Decimal 193 101 90
Hex C1 65 5A

RGB Percentages of Color #c1655a

%50.26
%26.30
%23.44

CMYK Percentages of Color #c1655a

%0
%48
%53
%24

Triadic Colors of #c1655a

#c1655a #5ac165 #655ac1

Analogous Colors of #c1655a

#c1655a #c1995a #c15a83

Monochromatic Colors of #c1655a

#c1655a

Complementary Color

#c1655a #5ab6c1

#c1655a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1655a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1655a Color CSS Codes

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

#c1655a Text Font Color

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

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


#c1655a Background Color

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

This div background color is #c1655a


#c1655a Border Color

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

This div border color is #c1655a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1655a


Comments

No comments written yet.

Please login to write comment.