#CA92B6

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

Shades of Lily #CA92B6

Tints of Lily #CA92B6

Color information

#CA92B6 (or 0xCA92B6) is unknown color: approx Lily. HEX triplet: CA, 92 and B6. RGB value is (202,146,182). Sum of RGB (Red+Green+Blue) = 202+146+182=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92B6 is #356D49. Grayscale: #A6A6A6. Windows color (decimal): -3501386 or 11965130. OLE color: 11965130.

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

Color convert

RGB202146182-
CMYK00.280.100.21
HSL321.43º34.57%68.24%-
HSV(B)321.43º27.72%79.22%-
XYZ43.0836.4949.03-
YUV166.85136.55153.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=38.11%
G=27.55%
B=34.34%

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
Decimal20214618200.280.100.21321.4334.5768.24
HexCA92B601CA151412344
Octal312222266034122550143104
Binary1100101010010010101101100111001010101011010000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92B6; }

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

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

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

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

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

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

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

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