Color Hex Logo

#c99892 Color Hex

#C99892
(201,152,146)
0 Favorites   0 Comments

Color spaces of #c99892

RGB 201152146
HSL0.020.340.68
HSV27°79°
CMYK 0.000.240.27   0.21
XYZ40.503936.949332.1913
Yxy36.94930.36940.3370
Hunter Lab60.785912.565711.1511
CIE-Lab67.239017.472510.2791

#c99892 color RGB value is (201,152,146).

#c99892 hex color red value is 201, green value is 152 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c99892 hue: 0.02 , saturation: 0.34 and the lightness value of c99892 is 0.68.

The process color (four color CMYK) of #c99892 color hex is 0.00, 0.24, 0.27, 0.21. Web safe color of #c99892 is #cc9999. Color #c99892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011000 10010010
Octal 311 230 222
Decimal 201 152 146
Hex C9 98 92

RGB Percentages of Color #c99892

%40.28
%30.46
%29.26

CMYK Percentages of Color #c99892

%0
%24
%27
%21

Triadic Colors of #c99892

#c99892 #92c998 #9892c9

Analogous Colors of #c99892

#c99892 #c9b492 #c992a8

Monochromatic Colors of #c99892

#c99892

Complementary Color

#c99892 #92c3c9

#c99892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99892 Color CSS Codes

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

#c99892 Text Font Color

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

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


#c99892 Background Color

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

This div background color is #c99892


#c99892 Border Color

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

This div border color is #c99892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99892


Comments

No comments written yet.

Please login to write comment.