Color Hex Logo

#c2925d Color Hex

#C2925D
(194,146,93)
0 Favorites   0 Comments

Color spaces of #c2925d

RGB 19414693
HSL0.090.450.56
HSV31°52°76°
CMYK 0.000.250.52   0.24
XYZ34.502832.817414.8718
Yxy32.81740.41980.3993
Hunter Lab57.28657.256624.7086
CIE-Lab64.012811.794534.9545

#c2925d color RGB value is (194,146,93).

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

The process color (four color CMYK) of #c2925d color hex is 0.00, 0.25, 0.52, 0.24. Web safe color of #c2925d is #cc9966. Color #c2925d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010010 01011101
Octal 302 222 135
Decimal 194 146 93
Hex C2 92 5D

RGB Percentages of Color #c2925d

%44.80
%33.72
%21.48

CMYK Percentages of Color #c2925d

%0
%25
%52
%24

Triadic Colors of #c2925d

#c2925d #5dc292 #925dc2

Analogous Colors of #c2925d

#c2925d #c0c25d #c2605d

Monochromatic Colors of #c2925d

#c2925d

Complementary Color

#c2925d #5d8dc2

#c2925d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2925d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2925d Color CSS Codes

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

#c2925d Text Font Color

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

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


#c2925d Background Color

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

This div background color is #c2925d


#c2925d Border Color

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

This div border color is #c2925d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,146,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 #c2925d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2925d


Comments

No comments written yet.

Please login to write comment.