Color Hex Logo

#c599a8 Color Hex

#C599A8
(197,153,168)
0 Favorites   0 Comments

Color spaces of #c599a8

RGB 197153168
HSL0.940.280.69
HSV340°22°77°
CMYK 0.000.220.15   0.23
XYZ41.485137.479942.0936
Yxy37.47990.34270.3096
Hunter Lab61.220813.82062.0886
CIE-Lab67.635518.7774-1.4972

#c599a8 color RGB value is (197,153,168).

#c599a8 hex color red value is 197, green value is 153 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #c599a8 hue: 0.94 , saturation: 0.28 and the lightness value of c599a8 is 0.69.

The process color (four color CMYK) of #c599a8 color hex is 0.00, 0.22, 0.15, 0.23. Web safe color of #c599a8 is #cc9999. Color #c599a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011001 10101000
Octal 305 231 250
Decimal 197 153 168
Hex C5 99 A8

RGB Percentages of Color #c599a8

%38.03
%29.54
%32.43

CMYK Percentages of Color #c599a8

%0
%22
%15
%23

Triadic Colors of #c599a8

#c599a8 #a8c599 #99a8c5

Analogous Colors of #c599a8

#c599a8 #c5a099 #c599be

Monochromatic Colors of #c599a8

#c599a8

Complementary Color

#c599a8 #99c5b6

#c599a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c599a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c599a8 Color CSS Codes

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

#c599a8 Text Font Color

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

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


#c599a8 Background Color

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

This div background color is #c599a8


#c599a8 Border Color

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

This div border color is #c599a8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,153,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c599a8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c599a8;
  -webkit-box-shadow: 1px 1px 3px 2px #c599a8;
  box-shadow:         1px 1px 3px 2px #c599a8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,153,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c599a8


Comments

No comments written yet.

Please login to write comment.