Color Hex Logo

#c8767a Color Hex

#C8767A
(200,118,122)
0 Favorites   0 Comments

Color spaces of #c8767a

RGB 200118122
HSL0.990.430.62
HSV357°41°78°
CMYK 0.000.410.39   0.22
XYZ33.810726.641421.7726
Yxy26.64140.41120.3240
Hunter Lab51.615326.600011.1207
CIE-Lab58.640932.548011.7377

#c8767a color RGB value is (200,118,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110110 01111010
Octal 310 166 172
Decimal 200 118 122
Hex C8 76 7A

RGB Percentages of Color #c8767a

%45.45
%26.82
%27.73

CMYK Percentages of Color #c8767a

%0
%41
%39
%22

Triadic Colors of #c8767a

#c8767a #7ac876 #767ac8

Analogous Colors of #c8767a

#c8767a #c89b76 #c876a3

Monochromatic Colors of #c8767a

#c8767a

Complementary Color

#c8767a #76c8c4

#c8767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8767a Color CSS Codes

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

#c8767a Text Font Color

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

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


#c8767a Background Color

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

This div background color is #c8767a


#c8767a Border Color

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

This div border color is #c8767a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8767a


Comments

No comments written yet.

Please login to write comment.