Color Hex Logo

#c799a8 Color Hex

#C799A8
(199,153,168)
0 Favorites   0 Comments

Color spaces of #c799a8

RGB 199153168
HSL0.950.290.69
HSV340°23°78°
CMYK 0.000.230.16   0.22
XYZ42.012337.751742.1183
Yxy37.75170.34470.3097
Hunter Lab61.442414.52822.3669
CIE-Lab67.837219.5079-1.1779

#c799a8 color RGB value is (199,153,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011001 10101000
Octal 307 231 250
Decimal 199 153 168
Hex C7 99 A8

RGB Percentages of Color #c799a8

%38.27
%29.42
%32.31

CMYK Percentages of Color #c799a8

%0
%23
%16
%22

Triadic Colors of #c799a8

#c799a8 #a8c799 #99a8c7

Analogous Colors of #c799a8

#c799a8 #c7a199 #c799bf

Monochromatic Colors of #c799a8

#c799a8

Complementary Color

#c799a8 #99c7b8

#c799a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c799a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c799a8 Color CSS Codes

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

#c799a8 Text Font Color

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

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


#c799a8 Background Color

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

This div background color is #c799a8


#c799a8 Border Color

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

This div border color is #c799a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c799a8


Comments

No comments written yet.

Please login to write comment.