Color Hex Logo

#c46162 Color Hex

#C46162
(196,97,98)
0 Favorites   0 Comments

Color spaces of #c46162

RGB 1969798
HSL1.000.460.57
HSV359°51°77°
CMYK 0.000.510.50   0.23
XYZ29.244221.167014.0996
Yxy21.16700.45330.3281
Hunter Lab46.007632.948114.0352
CIE-Lab53.131839.567418.0086

#c46162 color RGB value is (196,97,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100001 01100010
Octal 304 141 142
Decimal 196 97 98
Hex C4 61 62

RGB Percentages of Color #c46162

%50.13
%24.81
%25.06

CMYK Percentages of Color #c46162

%0
%51
%50
%23

Triadic Colors of #c46162

#c46162 #62c461 #6162c4

Analogous Colors of #c46162

#c46162 #c49261 #c46194

Monochromatic Colors of #c46162

#c46162

Complementary Color

#c46162 #61c4c3

#c46162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46162 Color CSS Codes

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

#c46162 Text Font Color

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

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


#c46162 Background Color

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

This div background color is #c46162


#c46162 Border Color

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

This div border color is #c46162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46162


Comments

No comments written yet.

Please login to write comment.