#CA92B4

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

Shades of Lily #CA92B4

Tints of Lily #CA92B4

Color information

#CA92B4 (or 0xCA92B4) is unknown color: approx Lily. HEX triplet: CA, 92 and B4. RGB value is (202,146,180). Sum of RGB (Red+Green+Blue) = 202+146+180=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92B4 is #356D4B. Grayscale: #A6A6A6. Windows color (decimal): -3501388 or 11834058. OLE color: 11834058.

HSL color Cylindrical-coordinate representation of color #CA92B4: hue angle of 323.57º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA92B4 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB202146180-
CMYK00.280.110.21
HSL323.57º34.57%68.24%-
HSV(B)323.57º27.72%79.22%-
XYZ42.8736.4147.95-
YUV166.62135.55153.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=38.26%
G=27.65%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214618000.280.110.21323.5734.5768.24
HexCA92B401CB151442344
Octal312222264034132550443104
Binary1100101010010010101101000111001011101011010001001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92B4; }

 p { color: rgb(202,146,180); }

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

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

 a { background-color: rgb(202,146,180); }

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

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

 span { border-color: rgb(202,146,180); }

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