Color Hex Logo

#c7968d Color Hex

#C7968D
(199,150,141)
0 Favorites   0 Comments

Color spaces of #c7968d

RGB 199150141
HSL0.030.340.67
HSV29°78°
CMYK 0.000.250.29   0.22
XYZ39.267335.877930.0548
Yxy35.87790.37330.3410
Hunter Lab59.898212.197012.1791
CIE-Lab66.426517.105711.8936

#c7968d color RGB value is (199,150,141).

#c7968d hex color red value is 199, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c7968d hue: 0.03 , saturation: 0.34 and the lightness value of c7968d is 0.67.

The process color (four color CMYK) of #c7968d color hex is 0.00, 0.25, 0.29, 0.22. Web safe color of #c7968d is #cc9999. Color #c7968d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010110 10001101
Octal 307 226 215
Decimal 199 150 141
Hex C7 96 8D

RGB Percentages of Color #c7968d

%40.61
%30.61
%28.78

CMYK Percentages of Color #c7968d

%0
%25
%29
%22

Triadic Colors of #c7968d

#c7968d #8dc796 #968dc7

Analogous Colors of #c7968d

#c7968d #c7b38d #c78da1

Monochromatic Colors of #c7968d

#c7968d

Complementary Color

#c7968d #8dbec7

#c7968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7968d Color CSS Codes

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

#c7968d Text Font Color

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

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


#c7968d Background Color

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

This div background color is #c7968d


#c7968d Border Color

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

This div border color is #c7968d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,150,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7968d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7968d;
  -webkit-box-shadow: 1px 1px 3px 2px #c7968d;
  box-shadow:         1px 1px 3px 2px #c7968d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,150,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7968d


Comments

No comments written yet.

Please login to write comment.