#CA9FBD

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

Shades of Lily #CA9FBD

Tints of Lily #CA9FBD

Color information

#CA9FBD (or 0xCA9FBD) is unknown color: approx Lily. HEX triplet: CA, 9F and BD. RGB value is (202,159,189). Sum of RGB (Red+Green+Blue) = 202+159+189=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FBD is #356042. Grayscale: #AFAFAF. Windows color (decimal): -3498051 or 12427210. OLE color: 12427210.

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

Color convert

RGB202159189-
CMYK00.210.060.21
HSL318.14º28.86%70.78%-
HSV(B)318.14º21.29%79.22%-
XYZ45.9441.0353.64-
YUV175.28135.75147.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=36.73%
G=28.91%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215918900.210.060.21318.1428.8670.78
HexCA9FBD01561513e1d47
Octal31223727502562547635107
Binary11001010100111111011110101010111010101100111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FBD; }

 p { color: rgb(202,159,189); }

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

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

 a { background-color: rgb(202,159,189); }

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

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

 span { border-color: rgb(202,159,189); }

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