Color Hex Logo

#c7676a Color Hex

#C7676A
(199,103,106)
0 Favorites   0 Comments

Color spaces of #c7676a

RGB 199103106
HSL0.990.460.59
HSV358°48°78°
CMYK 0.000.480.47   0.22
XYZ31.005022.883216.4184
Yxy22.88320.44100.3255
Hunter Lab47.836431.980513.1360
CIE-Lab54.951838.365415.8788

#c7676a color RGB value is (199,103,106).

#c7676a hex color red value is 199, green value is 103 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c7676a hue: 0.99 , saturation: 0.46 and the lightness value of c7676a is 0.59.

The process color (four color CMYK) of #c7676a color hex is 0.00, 0.48, 0.47, 0.22. Web safe color of #c7676a is #cc6666. Color #c7676a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100111 01101010
Octal 307 147 152
Decimal 199 103 106
Hex C7 67 6A

RGB Percentages of Color #c7676a

%48.77
%25.25
%25.98

CMYK Percentages of Color #c7676a

%0
%48
%47
%22

Triadic Colors of #c7676a

#c7676a #6ac767 #676ac7

Analogous Colors of #c7676a

#c7676a #c79467 #c7679a

Monochromatic Colors of #c7676a

#c7676a

Complementary Color

#c7676a #67c7c4

#c7676a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7676a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7676a Color CSS Codes

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

#c7676a Text Font Color

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

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


#c7676a Background Color

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

This div background color is #c7676a


#c7676a Border Color

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

This div border color is #c7676a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7676a


Comments

No comments written yet.

Please login to write comment.