#CA9AAD

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

Shades of Lily #CA9AAD

Tints of Lily #CA9AAD

Color information

#CA9AAD (or 0xCA9AAD) is unknown color: approx Lily. HEX triplet: CA, 9A and AD. RGB value is (202,154,173). Sum of RGB (Red+Green+Blue) = 202+154+173=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9AAD is #356552. Grayscale: #AAAAAA. Windows color (decimal): -3499347 or 11377354. OLE color: 11377354.

HSL color Cylindrical-coordinate representation of color #CA9AAD: hue angle of 336.25º degrees, saturation: 0.31, 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 #CA9AAD is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202154173-
CMYK00.240.140.21
HSL336.25º31.17%69.8%-
HSV(B)336.25º23.76%79.22%-
XYZ43.4638.6844.71-
YUV170.52129.4150.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=38.19%
G=29.11%
B=32.70%

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
Decimal20215417300.240.140.21336.2531.1769.8
HexCA9AAD018E151501f46
Octal312232255030162552037106
Binary110010101001101010101101011000111010101101010000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AAD; }

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

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

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

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

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

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

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

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