Color Hex Logo

#c0947e Color Hex

#C0947E
(192,148,126)
0 Favorites   0 Comments

Color spaces of #c0947e

RGB 192148126
HSL0.060.340.62
HSV20°34°75°
CMYK 0.000.230.34   0.25
XYZ36.094033.892624.3782
Yxy33.89260.38250.3592
Hunter Lab58.21748.787315.9248
CIE-Lab64.877213.469317.9992

#c0947e color RGB value is (192,148,126).

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

The process color (four color CMYK) of #c0947e color hex is 0.00, 0.23, 0.34, 0.25. Web safe color of #c0947e is #cc9966. Color #c0947e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 01111110
Octal 300 224 176
Decimal 192 148 126
Hex C0 94 7E

RGB Percentages of Color #c0947e

%41.20
%31.76
%27.04

CMYK Percentages of Color #c0947e

%0
%23
%34
%25

Triadic Colors of #c0947e

#c0947e #7ec094 #947ec0

Analogous Colors of #c0947e

#c0947e #c0b57e #c07e89

Monochromatic Colors of #c0947e

#c0947e

Complementary Color

#c0947e #7eaac0

#c0947e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0947e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0947e Color CSS Codes

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

#c0947e Text Font Color

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

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


#c0947e Background Color

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

This div background color is #c0947e


#c0947e Border Color

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

This div border color is #c0947e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0947e


Comments

No comments written yet.

Please login to write comment.