Color Hex Logo

#c46091 Color Hex

#C46091
(196,96,145)
0 Favorites   0 Comments

Color spaces of #c46091

RGB 19696145
HSL0.920.460.57
HSV331°51°77°
CMYK 0.000.510.26   0.23
XYZ32.058722.145829.3730
Yxy22.14580.38360.2650
Hunter Lab47.059339.2475-4.0655
CIE-Lab54.181445.5422-8.2265

#c46091 color RGB value is (196,96,145).

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

The process color (four color CMYK) of #c46091 color hex is 0.00, 0.51, 0.26, 0.23. Web safe color of #c46091 is #cc6699. Color #c46091 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100000 10010001
Octal 304 140 221
Decimal 196 96 145
Hex C4 60 91

RGB Percentages of Color #c46091

%44.85
%21.97
%33.18

CMYK Percentages of Color #c46091

%0
%51
%26
%23

Triadic Colors of #c46091

#c46091 #91c460 #6091c4

Analogous Colors of #c46091

#c46091 #c46160 #c460c3

Monochromatic Colors of #c46091

#c46091

Complementary Color

#c46091 #60c493

#c46091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46091 Color CSS Codes

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

#c46091 Text Font Color

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

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


#c46091 Background Color

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

This div background color is #c46091


#c46091 Border Color

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

This div border color is #c46091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46091


Comments

No comments written yet.

Please login to write comment.