#CA99AD

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

Shades of Lily #CA99AD

Tints of Lily #CA99AD

Color information

#CA99AD (or 0xCA99AD) is unknown color: approx Lily. HEX triplet: CA, 99 and AD. RGB value is (202,153,173). Sum of RGB (Red+Green+Blue) = 202+153+173=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA99AD is #356652. Grayscale: #A9A9A9. Windows color (decimal): -3499603 or 11377098. OLE color: 11377098.

HSL color Cylindrical-coordinate representation of color #CA99AD: hue angle of 335.51º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA99AD is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202153173-
CMYK00.240.140.21
HSL335.51º31.61%69.61%-
HSV(B)335.51º24.26%79.22%-
XYZ43.2938.3644.66-
YUV169.93129.73150.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=38.26%
G=28.98%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215317300.240.140.21335.5131.6169.61
HexCA99AD018E151502046
Octal312231255030162552040106
Binary1100101010011001101011010110001110101011010100001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99AD; }

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

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

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

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

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

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

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

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