Color Hex Logo

#c46786 Color Hex

#C46786
(196,103,134)
0 Favorites   0 Comments

Color spaces of #c46786

RGB 196103134
HSL0.940.440.59
HSV340°47°77°
CMYK 0.000.470.32   0.23
XYZ31.918323.157525.3418
Yxy23.15750.39690.2880
Hunter Lab48.122234.18072.4627
CIE-Lab55.234240.4952-0.2062

#c46786 color RGB value is (196,103,134).

#c46786 hex color red value is 196, green value is 103 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #c46786 hue: 0.94 , saturation: 0.44 and the lightness value of c46786 is 0.59.

The process color (four color CMYK) of #c46786 color hex is 0.00, 0.47, 0.32, 0.23. Web safe color of #c46786 is #cc6699. Color #c46786 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100111 10000110
Octal 304 147 206
Decimal 196 103 134
Hex C4 67 86

RGB Percentages of Color #c46786

%45.27
%23.79
%30.95

CMYK Percentages of Color #c46786

%0
%47
%32
%23

Triadic Colors of #c46786

#c46786 #86c467 #6786c4

Analogous Colors of #c46786

#c46786 #c47767 #c467b5

Monochromatic Colors of #c46786

#c46786

Complementary Color

#c46786 #67c4a5

#c46786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46786 Color CSS Codes

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

#c46786 Text Font Color

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

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


#c46786 Background Color

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

This div background color is #c46786


#c46786 Border Color

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

This div border color is #c46786


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,103,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46786


Comments

No comments written yet.

Please login to write comment.