#CA9ABF

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

Shades of Lily #CA9ABF

Tints of Lily #CA9ABF

Color information

#CA9ABF (or 0xCA9ABF) is unknown color: approx Lily. HEX triplet: CA, 9A and BF. RGB value is (202,154,191). Sum of RGB (Red+Green+Blue) = 202+154+191=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ABF is #356540. Grayscale: #ACACAC. Windows color (decimal): -3499329 or 12557002. OLE color: 12557002.

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

Color convert

RGB202154191-
CMYK00.240.050.21
HSL313.75º31.17%69.8%-
HSV(B)313.75º23.76%79.22%-
XYZ45.3239.4354.51-
YUV172.57138.4148.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 191 (75% from 255) = 34.92%
R=36.93%
G=28.15%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215419100.240.050.21313.7531.1769.8
HexCA9ABF01851513a1f46
Octal31223227703052547237106
Binary11001010100110101011111101100010110101100111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9ABF; }

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

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

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

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

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

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

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

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