Color Hex Logo

#c67079 Color Hex

#C67079
(198,112,121)
0 Favorites   0 Comments

Color spaces of #c67079

RGB 198112121
HSL0.980.430.61
HSV354°43°78°
CMYK 0.000.430.39   0.22
XYZ32.534124.974621.1950
Yxy24.97460.41340.3173
Hunter Lab49.974628.75029.8364
CIE-Lab57.050734.886410.0394

#c67079 color RGB value is (198,112,121).

#c67079 hex color red value is 198, green value is 112 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c67079 hue: 0.98 , saturation: 0.43 and the lightness value of c67079 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110000 01111001
Octal 306 160 171
Decimal 198 112 121
Hex C6 70 79

RGB Percentages of Color #c67079

%45.94
%25.99
%28.07

CMYK Percentages of Color #c67079

%0
%43
%39
%22

Triadic Colors of #c67079

#c67079 #79c670 #7079c6

Analogous Colors of #c67079

#c67079 #c69270 #c670a4

Monochromatic Colors of #c67079

#c67079

Complementary Color

#c67079 #70c6bd

#c67079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67079 Color CSS Codes

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

#c67079 Text Font Color

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

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


#c67079 Background Color

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

This div background color is #c67079


#c67079 Border Color

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

This div border color is #c67079


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,112,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c67079; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c67079;
  -webkit-box-shadow: 1px 1px 3px 2px #c67079;
  box-shadow:         1px 1px 3px 2px #c67079; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,112,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67079


Comments

No comments written yet.

Please login to write comment.