Color Hex Logo

#c98f96 Color Hex

#C98F96
(201,143,150)
0 Favorites   0 Comments

Color spaces of #c98f96

RGB 201143150
HSL0.980.350.67
HSV353°29°79°
CMYK 0.000.290.25   0.21
XYZ39.414934.264433.3905
Yxy34.26440.36810.3200
Hunter Lab58.535817.75487.1543
CIE-Lab65.171922.97965.0808

#c98f96 color RGB value is (201,143,150).

#c98f96 hex color red value is 201, green value is 143 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c98f96 hue: 0.98 , saturation: 0.35 and the lightness value of c98f96 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001111 10010110
Octal 311 217 226
Decimal 201 143 150
Hex C9 8F 96

RGB Percentages of Color #c98f96

%40.69
%28.95
%30.36

CMYK Percentages of Color #c98f96

%0
%29
%25
%21

Triadic Colors of #c98f96

#c98f96 #96c98f #8f96c9

Analogous Colors of #c98f96

#c98f96 #c9a58f #c98fb3

Monochromatic Colors of #c98f96

#c98f96

Complementary Color

#c98f96 #8fc9c2

#c98f96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98f96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98f96 Color CSS Codes

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

#c98f96 Text Font Color

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

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


#c98f96 Background Color

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

This div background color is #c98f96


#c98f96 Border Color

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

This div border color is #c98f96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98f96


Comments

No comments written yet.

Please login to write comment.