#C899AD

Color #C899AD Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C899AD

Tints of Lily #C899AD

Color information

#C899AD (or 0xC899AD) is unknown color: approx Lily. HEX triplet: C8, 99 and AD. RGB value is (200,153,173). Sum of RGB (Red+Green+Blue) = 200+153+173=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C899AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C899AD is #376652. Grayscale: #A9A9A9. Windows color (decimal): -3630675 or 11377096. OLE color: 11377096.

HSL color Cylindrical-coordinate representation of color #C899AD: hue angle of 334.47º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C899AD is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200153173-
CMYK00.240.140.22
HSL334.47º29.94%69.22%-
HSV(B)334.47º23.5%78.43%-
XYZ42.7538.0844.63-
YUV169.33130.07149.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=38.02%
G=29.09%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015317300.240.140.22334.4729.9469.22
HexC899AD018E1614e1e45
Octal310231255030162651636105
Binary110010001001100110101101011000111010110101001110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C899AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C899AD; }

 p { color: rgb(200,153,173); }

 H1.HeaderClassName
 {
   color: #C899AD;
 }
 .AnyTagClassName
 {
   color: #C899AD;
 }
</style>
background-color css

<style>
 a { background-color: #C899AD; }

 a { background-color: rgb(200,153,173); }

 div.DivClassName
 {
   background-color: #C899AD;
 }
 .BgClassName
 {
   background-color: #C899AD;
 }
</style>
border-color css

<style>
 span { border-color: #C899AD; }

 span { border-color: rgb(200,153,173); }

 td.TdClassName
 {
   border-color: #C899AD;
 }
 .TagClassName
 {
   border-color: #C899AD;
 }
</style>