#CA90AD

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

Shades of Lily #CA90AD

Tints of Lily #CA90AD

Color information

#CA90AD (or 0xCA90AD) is unknown color: approx Lily. HEX triplet: CA, 90 and AD. RGB value is (202,144,173). Sum of RGB (Red+Green+Blue) = 202+144+173=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA90AD is #356F52. Grayscale: #A4A4A4. Windows color (decimal): -3501907 or 11374794. OLE color: 11374794.

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

Color convert

RGB202144173-
CMYK00.290.140.21
HSL330º35.37%67.84%-
HSV(B)330º28.71%79.22%-
XYZ41.8735.5244.18-
YUV164.65132.72154.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=38.92%
G=27.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214417300.290.140.2133035.3767.84
HexCA90AD01DE1514a2344
Octal312220255035162551243104
Binary1100101010010000101011010111011110101011010010101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90AD; }

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

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

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

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

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

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

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

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