#CA92BD

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

Shades of Lily #CA92BD

Tints of Lily #CA92BD

Color information

#CA92BD (or 0xCA92BD) is unknown color: approx Lily. HEX triplet: CA, 92 and BD. RGB value is (202,146,189). Sum of RGB (Red+Green+Blue) = 202+146+189=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92BD is #356D42. Grayscale: #A7A7A7. Windows color (decimal): -3501379 or 12423882. OLE color: 12423882.

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

Color convert

RGB202146189-
CMYK00.280.060.21
HSL313.93º34.57%68.24%-
HSV(B)313.93º27.72%79.22%-
XYZ43.8236.7952.94-
YUV167.65140.05152.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=37.62%
G=27.19%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214618900.280.060.21313.9334.5768.24
HexCA92BD01C61513a2344
Octal31222227503462547243104
Binary110010101001001010111101011100110101011001110101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92BD; }

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

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

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

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

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

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

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

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