Color Hex Logo

#c0957a Color Hex

#C0957A
(192,149,122)
0 Favorites   0 Comments

Color spaces of #c0957a

RGB 192149122
HSL0.060.360.62
HSV23°36°75°
CMYK 0.000.220.36   0.25
XYZ35.998534.106523.0982
Yxy34.10650.38620.3659
Hunter Lab58.40087.826917.4306
CIE-Lab65.047012.417820.4558

#c0957a color RGB value is (192,149,122).

#c0957a hex color red value is 192, green value is 149 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c0957a hue: 0.06 , saturation: 0.36 and the lightness value of c0957a is 0.62.

The process color (four color CMYK) of #c0957a color hex is 0.00, 0.22, 0.36, 0.25. Web safe color of #c0957a is #cc9966. Color #c0957a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010101 01111010
Octal 300 225 172
Decimal 192 149 122
Hex C0 95 7A

RGB Percentages of Color #c0957a

%41.47
%32.18
%26.35

CMYK Percentages of Color #c0957a

%0
%22
%36
%25

Triadic Colors of #c0957a

#c0957a #7ac095 #957ac0

Analogous Colors of #c0957a

#c0957a #c0b87a #c07a82

Monochromatic Colors of #c0957a

#c0957a

Complementary Color

#c0957a #7aa5c0

#c0957a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0957a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0957a Color CSS Codes

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

#c0957a Text Font Color

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

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


#c0957a Background Color

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

This div background color is #c0957a


#c0957a Border Color

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

This div border color is #c0957a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0957a


Comments

No comments written yet.

Please login to write comment.