Color Hex Logo

#c9767a Color Hex

#C9767A
(201,118,122)
0 Favorites   0 Comments

Color spaces of #c9767a

RGB 201118122
HSL0.990.430.63
HSV357°41°79°
CMYK 0.000.410.39   0.21
XYZ34.078726.779521.7852
Yxy26.77950.41240.3240
Hunter Lab51.748926.988711.2644
CIE-Lab58.769732.926711.9371

#c9767a color RGB value is (201,118,122).

#c9767a hex color red value is 201, green value is 118 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c9767a hue: 0.99 , saturation: 0.43 and the lightness value of c9767a is 0.63.

The process color (four color CMYK) of #c9767a color hex is 0.00, 0.41, 0.39, 0.21. Web safe color of #c9767a is #cc6666. Color #c9767a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110110 01111010
Octal 311 166 172
Decimal 201 118 122
Hex C9 76 7A

RGB Percentages of Color #c9767a

%45.58
%26.76
%27.66

CMYK Percentages of Color #c9767a

%0
%41
%39
%21

Triadic Colors of #c9767a

#c9767a #7ac976 #767ac9

Analogous Colors of #c9767a

#c9767a #c99c76 #c976a4

Monochromatic Colors of #c9767a

#c9767a

Complementary Color

#c9767a #76c9c5

#c9767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9767a Color CSS Codes

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

#c9767a Text Font Color

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

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


#c9767a Background Color

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

This div background color is #c9767a


#c9767a Border Color

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

This div border color is #c9767a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,118,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 #c9767a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9767a


Comments

No comments written yet.

Please login to write comment.