Color Hex Logo

#c7967d Color Hex

#C7967D
(199,150,125)
0 Favorites   0 Comments

Color spaces of #c7967d

RGB 199150125
HSL0.060.400.64
HSV20°37°78°
CMYK 0.000.250.37   0.22
XYZ38.161235.435524.2305
Yxy35.43550.39010.3622
Hunter Lab59.527710.256817.5357
CIE-Lab66.086315.042120.3296

#c7967d color RGB value is (199,150,125).

#c7967d hex color red value is 199, green value is 150 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c7967d hue: 0.06 , saturation: 0.40 and the lightness value of c7967d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010110 01111101
Octal 307 226 175
Decimal 199 150 125
Hex C7 96 7D

RGB Percentages of Color #c7967d

%41.98
%31.65
%26.37

CMYK Percentages of Color #c7967d

%0
%25
%37
%22

Triadic Colors of #c7967d

#c7967d #7dc796 #967dc7

Analogous Colors of #c7967d

#c7967d #c7bb7d #c77d89

Monochromatic Colors of #c7967d

#c7967d

Complementary Color

#c7967d #7daec7

#c7967d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7967d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7967d Color CSS Codes

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

#c7967d Text Font Color

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

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


#c7967d Background Color

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

This div background color is #c7967d


#c7967d Border Color

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

This div border color is #c7967d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7967d


Comments

No comments written yet.

Please login to write comment.