Color Hex Logo

#c99569 Color Hex

#C99569
(201,149,105)
0 Favorites   0 Comments

Color spaces of #c99569

RGB 201149105
HSL0.080.470.60
HSV28°48°79°
CMYK 0.000.260.48   0.21
XYZ37.384634.932318.1368
Yxy34.93230.41330.3862
Hunter Lab59.10369.474923.1785
CIE-Lab65.695914.205630.8118

#c99569 color RGB value is (201,149,105).

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

The process color (four color CMYK) of #c99569 color hex is 0.00, 0.26, 0.48, 0.21. Web safe color of #c99569 is #cc9966. Color #c99569 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010101 01101001
Octal 311 225 151
Decimal 201 149 105
Hex C9 95 69

RGB Percentages of Color #c99569

%44.18
%32.75
%23.08

CMYK Percentages of Color #c99569

%0
%26
%48
%21

Triadic Colors of #c99569

#c99569 #69c995 #9569c9

Analogous Colors of #c99569

#c99569 #c9c569 #c9696d

Monochromatic Colors of #c99569

#c99569

Complementary Color

#c99569 #699dc9

#c99569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99569 Color CSS Codes

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

#c99569 Text Font Color

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

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


#c99569 Background Color

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

This div background color is #c99569


#c99569 Border Color

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

This div border color is #c99569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99569


Comments

No comments written yet.

Please login to write comment.