Color Hex Logo

#c46962 Color Hex

#C46962
(196,105,98)
0 Favorites   0 Comments

Color spaces of #c46962

RGB 19610598
HSL0.010.450.58
HSV50°77°
CMYK 0.000.460.50   0.23
XYZ30.021122.720814.3585
Yxy22.72080.44740.3386
Hunter Lab47.666329.006315.5066
CIE-Lab54.783635.410620.2410

#c46962 color RGB value is (196,105,98).

#c46962 hex color red value is 196, green value is 105 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #c46962 hue: 0.01 , saturation: 0.45 and the lightness value of c46962 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101001 01100010
Octal 304 151 142
Decimal 196 105 98
Hex C4 69 62

RGB Percentages of Color #c46962

%49.12
%26.32
%24.56

CMYK Percentages of Color #c46962

%0
%46
%50
%23

Triadic Colors of #c46962

#c46962 #62c469 #6962c4

Analogous Colors of #c46962

#c46962 #c49a62 #c4628c

Monochromatic Colors of #c46962

#c46962

Complementary Color

#c46962 #62bdc4

#c46962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46962 Color CSS Codes

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

#c46962 Text Font Color

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

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


#c46962 Background Color

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

This div background color is #c46962


#c46962 Border Color

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

This div border color is #c46962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46962


Comments

No comments written yet.

Please login to write comment.