Color Hex Logo

#c98796 Color Hex

#C98796
(201,135,150)
0 Favorites   0 Comments

Color spaces of #c98796

RGB 201135150
HSL0.960.380.66
HSV346°33°79°
CMYK 0.000.330.25   0.21
XYZ38.256431.947533.0043
Yxy31.94750.37070.3095
Hunter Lab56.522121.90214.9450
CIE-Lab63.299527.36092.3745

#c98796 color RGB value is (201,135,150).

#c98796 hex color red value is 201, green value is 135 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c98796 hue: 0.96 , saturation: 0.38 and the lightness value of c98796 is 0.66.

The process color (four color CMYK) of #c98796 color hex is 0.00, 0.33, 0.25, 0.21. Web safe color of #c98796 is #cc9999. Color #c98796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000111 10010110
Octal 311 207 226
Decimal 201 135 150
Hex C9 87 96

RGB Percentages of Color #c98796

%41.36
%27.78
%30.86

CMYK Percentages of Color #c98796

%0
%33
%25
%21

Triadic Colors of #c98796

#c98796 #96c987 #8796c9

Analogous Colors of #c98796

#c98796 #c99987 #c987b7

Monochromatic Colors of #c98796

#c98796

Complementary Color

#c98796 #87c9ba

#c98796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98796 Color CSS Codes

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

#c98796 Text Font Color

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

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


#c98796 Background Color

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

This div background color is #c98796


#c98796 Border Color

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

This div border color is #c98796


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,135,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98796


Comments

No comments written yet.

Please login to write comment.