Color Hex Logo

#c2816e Color Hex

#C2816E
(194,129,110)
0 Favorites   0 Comments

Color spaces of #c2816e

RGB 194129110
HSL0.040.410.60
HSV14°43°76°
CMYK 0.000.340.43   0.24
XYZ32.912928.295618.4788
Yxy28.29560.41300.3551
Hunter Lab53.193617.355916.6389
CIE-Lab60.154922.858520.5708

#c2816e color RGB value is (194,129,110).

#c2816e hex color red value is 194, green value is 129 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c2816e hue: 0.04 , saturation: 0.41 and the lightness value of c2816e is 0.60.

The process color (four color CMYK) of #c2816e color hex is 0.00, 0.34, 0.43, 0.24. Web safe color of #c2816e is #cc9966. Color #c2816e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000001 01101110
Octal 302 201 156
Decimal 194 129 110
Hex C2 81 6E

RGB Percentages of Color #c2816e

%44.80
%29.79
%25.40

CMYK Percentages of Color #c2816e

%0
%34
%43
%24

Triadic Colors of #c2816e

#c2816e #6ec281 #816ec2

Analogous Colors of #c2816e

#c2816e #c2ab6e #c26e85

Monochromatic Colors of #c2816e

#c2816e

Complementary Color

#c2816e #6eafc2

#c2816e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2816e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2816e Color CSS Codes

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

#c2816e Text Font Color

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

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


#c2816e Background Color

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

This div background color is #c2816e


#c2816e Border Color

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

This div border color is #c2816e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2816e


Comments

No comments written yet.

Please login to write comment.