#CA9FB0

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

Shades of Lily #CA9FB0

Tints of Lily #CA9FB0

Color information

#CA9FB0 (or 0xCA9FB0) is unknown color: approx Lily. HEX triplet: CA, 9F and B0. RGB value is (202,159,176). Sum of RGB (Red+Green+Blue) = 202+159+176=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9FB0 is #35604F. Grayscale: #ADADAD. Windows color (decimal): -3498064 or 11575242. OLE color: 11575242.

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

Color convert

RGB202159176-
CMYK00.210.130.21
HSL336.28º28.86%70.78%-
HSV(B)336.28º21.29%79.22%-
XYZ44.5940.4946.54-
YUV173.8129.25148.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 176 (69.14% from 255) = 32.77%
R=37.62%
G=29.61%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215917600.210.130.21336.2828.8670.78
HexCA9FB0015D151501d47
Octal312237260025152552035107
Binary110010101001111110110000010101110110101101010000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FB0; }

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

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

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

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

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

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

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

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