Color Hex Logo

#c67476 Color Hex

#C67476
(198,116,118)
0 Favorites   0 Comments

Color spaces of #c67476

RGB 198116118
HSL1.000.420.62
HSV359°41°78°
CMYK 0.000.410.40   0.22
XYZ32.804125.804620.3914
Yxy25.80460.41520.3266
Hunter Lab50.798226.373511.7586
CIE-Lab57.851132.401112.9033

#c67476 color RGB value is (198,116,118).

#c67476 hex color red value is 198, green value is 116 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c67476 hue: 1.00 , saturation: 0.42 and the lightness value of c67476 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110100 01110110
Octal 306 164 166
Decimal 198 116 118
Hex C6 74 76

RGB Percentages of Color #c67476

%45.83
%26.85
%27.31

CMYK Percentages of Color #c67476

%0
%41
%40
%22

Triadic Colors of #c67476

#c67476 #76c674 #7476c6

Analogous Colors of #c67476

#c67476 #c69b74 #c6749f

Monochromatic Colors of #c67476

#c67476

Complementary Color

#c67476 #74c6c4

#c67476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67476 Color CSS Codes

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

#c67476 Text Font Color

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

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


#c67476 Background Color

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

This div background color is #c67476


#c67476 Border Color

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

This div border color is #c67476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67476


Comments

No comments written yet.

Please login to write comment.