Color Hex Logo

#c66162 Color Hex

#C66162
(198,97,98)
0 Favorites   0 Comments

Color spaces of #c66162

RGB 1989798
HSL1.000.470.58
HSV359°51°78°
CMYK 0.000.510.51   0.22
XYZ29.768021.437014.1241
Yxy21.43700.45570.3281
Hunter Lab46.300133.738914.3233
CIE-Lab53.424540.309218.4547

#c66162 color RGB value is (198,97,98).

#c66162 hex color red value is 198, green value is 97 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #c66162 hue: 1.00 , saturation: 0.47 and the lightness value of c66162 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100001 01100010
Octal 306 141 142
Decimal 198 97 98
Hex C6 61 62

RGB Percentages of Color #c66162

%50.38
%24.68
%24.94

CMYK Percentages of Color #c66162

%0
%51
%51
%22

Triadic Colors of #c66162

#c66162 #62c661 #6162c6

Analogous Colors of #c66162

#c66162 #c69361 #c66195

Monochromatic Colors of #c66162

#c66162

Complementary Color

#c66162 #61c6c5

#c66162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66162 Color CSS Codes

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

#c66162 Text Font Color

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

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


#c66162 Background Color

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

This div background color is #c66162


#c66162 Border Color

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

This div border color is #c66162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66162


Comments

No comments written yet.

Please login to write comment.