#CA92B5

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

Shades of Lily #CA92B5

Tints of Lily #CA92B5

Color information

#CA92B5 (or 0xCA92B5) is unknown color: approx Lily. HEX triplet: CA, 92 and B5. RGB value is (202,146,181). Sum of RGB (Red+Green+Blue) = 202+146+181=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92B5 is #356D4A. Grayscale: #A6A6A6. Windows color (decimal): -3501387 or 11899594. OLE color: 11899594.

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

Color convert

RGB202146181-
CMYK00.280.100.21
HSL322.5º34.57%68.24%-
HSV(B)322.5º27.72%79.22%-
XYZ42.9836.4548.49-
YUV166.73136.05153.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=38.19%
G=27.60%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214618100.280.100.21322.534.5768.24
HexCA92B501CA151422344
Octal312222265034122550243104
Binary1100101010010010101101010111001010101011010000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92B5; }

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

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

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

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

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

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

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

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