#CA92AB

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

Shades of Lily #CA92AB

Tints of Lily #CA92AB

Color information

#CA92AB (or 0xCA92AB) is unknown color: approx Lily. HEX triplet: CA, 92 and AB. RGB value is (202,146,171). Sum of RGB (Red+Green+Blue) = 202+146+171=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA92AB is #356D54. Grayscale: #A5A5A5. Windows color (decimal): -3501397 or 11244234. OLE color: 11244234.

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

Color convert

RGB202146171-
CMYK00.280.150.21
HSL333.21º34.57%68.24%-
HSV(B)333.21º27.72%79.22%-
XYZ41.9936.0543.27-
YUV165.59131.05153.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=38.92%
G=28.13%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214617100.280.150.21333.2134.5768.24
HexCA92AB01CF1514d2344
Octal312222253034172551543104
Binary1100101010010010101010110111001111101011010011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92AB; }

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

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

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

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

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

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

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

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