Color Hex Logo

#c0825c Color Hex

#C0825C
(192,130,92)
0 Favorites   0 Comments

Color spaces of #c0825c

RGB 19213092
HSL0.060.440.56
HSV23°52°75°
CMYK 0.000.320.52   0.25
XYZ31.652627.944413.8508
Yxy27.94440.43100.3805
Hunter Lab52.862514.371621.4688
CIE-Lab59.838519.682230.1706

#c0825c color RGB value is (192,130,92).

#c0825c hex color red value is 192, green value is 130 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c0825c hue: 0.06 , saturation: 0.44 and the lightness value of c0825c is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 01011100
Octal 300 202 134
Decimal 192 130 92
Hex C0 82 5C

RGB Percentages of Color #c0825c

%46.38
%31.40
%22.22

CMYK Percentages of Color #c0825c

%0
%32
%52
%25

Triadic Colors of #c0825c

#c0825c #5cc082 #825cc0

Analogous Colors of #c0825c

#c0825c #c0b45c #c05c68

Monochromatic Colors of #c0825c

#c0825c

Complementary Color

#c0825c #5c9ac0

#c0825c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0825c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0825c Color CSS Codes

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

#c0825c Text Font Color

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

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


#c0825c Background Color

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

This div background color is #c0825c


#c0825c Border Color

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

This div border color is #c0825c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,130,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0825c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0825c;
  -webkit-box-shadow: 1px 1px 3px 2px #c0825c;
  box-shadow:         1px 1px 3px 2px #c0825c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,130,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0825c


Comments

No comments written yet.

Please login to write comment.