#CA9FBE

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

Shades of Lily #CA9FBE

Tints of Lily #CA9FBE

Color information

#CA9FBE (or 0xCA9FBE) is unknown color: approx Lily. HEX triplet: CA, 9F and BE. RGB value is (202,159,190). Sum of RGB (Red+Green+Blue) = 202+159+190=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FBE is #356041. Grayscale: #AFAFAF. Windows color (decimal): -3498050 or 12492746. OLE color: 12492746.

HSL color Cylindrical-coordinate representation of color #CA9FBE: hue angle of 316.74º 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 #CA9FBE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202159190-
CMYK00.210.060.21
HSL316.74º28.86%70.78%-
HSV(B)316.74º21.29%79.22%-
XYZ46.0541.0754.22-
YUV175.39136.25146.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=36.66%
G=28.86%
B=34.48%

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
Decimal20215919000.210.060.21316.7428.8670.78
HexCA9FBE01561513d1d47
Octal31223727602562547535107
Binary11001010100111111011111001010111010101100111101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FBE; }

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

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

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

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

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

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

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

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