#CA9DAD

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

Shades of Lily #CA9DAD

Tints of Lily #CA9DAD

Color information

#CA9DAD (or 0xCA9DAD) is unknown color: approx Lily. HEX triplet: CA, 9D and AD. RGB value is (202,157,173). Sum of RGB (Red+Green+Blue) = 202+157+173=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9DAD is #356252. Grayscale: #ACACAC. Windows color (decimal): -3498579 or 11378122. OLE color: 11378122.

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

Color convert

RGB202157173-
CMYK00.220.140.21
HSL338.67º29.8%70.39%-
HSV(B)338.67º22.28%79.22%-
XYZ43.9639.6944.88-
YUV172.28128.41149.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=37.97%
G=29.51%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215717300.220.140.21338.6729.870.39
HexCA9DAD016E151531e46
Octal312235255026162552336106
Binary110010101001110110101101010110111010101101010011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DAD; }

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

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

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

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

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

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

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

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