Color Hex Logo

#c96886 Color Hex

#C96886
(201,104,134)
0 Favorites   0 Comments

Color spaces of #c96886

RGB 201104134
HSL0.950.470.60
HSV341°48°79°
CMYK 0.000.480.33   0.21
XYZ33.340824.039425.4371
Yxy24.03940.40260.2903
Hunter Lab49.030035.57903.5609
CIE-Lab56.127241.73411.1795

#c96886 color RGB value is (201,104,134).

#c96886 hex color red value is 201, green value is 104 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #c96886 hue: 0.95 , saturation: 0.47 and the lightness value of c96886 is 0.60.

The process color (four color CMYK) of #c96886 color hex is 0.00, 0.48, 0.33, 0.21. Web safe color of #c96886 is #cc6699. Color #c96886 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101000 10000110
Octal 311 150 206
Decimal 201 104 134
Hex C9 68 86

RGB Percentages of Color #c96886

%45.79
%23.69
%30.52

CMYK Percentages of Color #c96886

%0
%48
%33
%21

Triadic Colors of #c96886

#c96886 #86c968 #6886c9

Analogous Colors of #c96886

#c96886 #c97b68 #c968b7

Monochromatic Colors of #c96886

#c96886

Complementary Color

#c96886 #68c9ab

#c96886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96886 Color CSS Codes

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

#c96886 Text Font Color

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

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


#c96886 Background Color

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

This div background color is #c96886


#c96886 Border Color

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

This div border color is #c96886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96886


Comments

No comments written yet.

Please login to write comment.