Color Hex Logo

#c2736d Color Hex

#C2736D
(194,115,109)
0 Favorites   0 Comments

Color spaces of #c2736d

RGB 194115109
HSL0.010.410.59
HSV44°76°
CMYK 0.000.410.44   0.24
XYZ31.139224.834917.6204
Yxy24.83490.42310.3375
Hunter Lab49.834624.325213.9206
CIE-Lab56.914230.402816.7253

#c2736d color RGB value is (194,115,109).

#c2736d hex color red value is 194, green value is 115 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c2736d hue: 0.01 , saturation: 0.41 and the lightness value of c2736d is 0.59.

The process color (four color CMYK) of #c2736d color hex is 0.00, 0.41, 0.44, 0.24. Web safe color of #c2736d is #cc6666. Color #c2736d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110011 01101101
Octal 302 163 155
Decimal 194 115 109
Hex C2 73 6D

RGB Percentages of Color #c2736d

%46.41
%27.51
%26.08

CMYK Percentages of Color #c2736d

%0
%41
%44
%24

Triadic Colors of #c2736d

#c2736d #6dc273 #736dc2

Analogous Colors of #c2736d

#c2736d #c29e6d #c26d92

Monochromatic Colors of #c2736d

#c2736d

Complementary Color

#c2736d #6dbcc2

#c2736d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2736d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2736d Color CSS Codes

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

#c2736d Text Font Color

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

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


#c2736d Background Color

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

This div background color is #c2736d


#c2736d Border Color

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

This div border color is #c2736d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2736d


Comments

No comments written yet.

Please login to write comment.