color codes Logo

#c2592d color codes

#C2592D
(194,89,45)
0 Favorites   0 Comments

Color spaces of #c2592d

RGB 1948945
HSL0.050.620.47
HSV18°77°76°
CMYK 0.000.540.77   0.24
XYZ26.294218.80364.7262
Yxy18.80360.52770.3774
Hunter Lab43.363132.352023.8921
CIE-Lab50.456639.343644.2925

#c2592d color RGB value is (194,89,45).

#c2592d hex color red value is 194, green value is 89 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c2592d hue: 0.05 , saturation: 0.62 and the lightness value of c2592d is 0.47.

The process color (four color CMYK) of #c2592d color code is 0.00, 0.54, 0.77, 0.24. Web safe color of #c2592d is #cc6633. Color #c2592d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011001 00101101
Octal 302 131 55
Decimal 194 89 45
Hex C2 59 2D

RGB Percentages of Color #c2592d

%59.15
%27.13
%13.72

CMYK Percentages of Color #c2592d

%0
%54
%77
%24

Triadic Colors of #c2592d

#c2592d #2dc259 #592dc2

Analogous Colors of #c2592d

#c2592d #c2a42d #c22d4c

Monochromatic Colors of #c2592d

#c2592d

Complementary Color

#c2592d #2d96c2

#c2592d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2592d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2592d Color CSS Codes

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

#c2592d Text Font Color

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

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


#c2592d Background Color

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

This div background color is #c2592d


#c2592d Border Color

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

This div border color is #c2592d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2592d


Comments

No comments written yet.

Please login to write comment.