#CA92BE

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

Shades of Lily #CA92BE

Tints of Lily #CA92BE

Color information

#CA92BE (or 0xCA92BE) is unknown color: approx Lily. HEX triplet: CA, 92 and BE. RGB value is (202,146,190). Sum of RGB (Red+Green+Blue) = 202+146+190=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92BE is #356D41. Grayscale: #A7A7A7. Windows color (decimal): -3501378 or 12489418. OLE color: 12489418.

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

Color convert

RGB202146190-
CMYK00.280.060.21
HSL312.86º34.57%68.24%-
HSV(B)312.86º27.72%79.22%-
XYZ43.9336.8353.51-
YUV167.76140.55152.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=37.55%
G=27.14%
B=35.32%

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
Decimal20214619000.280.060.21312.8634.5768.24
HexCA92BE01C6151392344
Octal31222227603462547143104
Binary110010101001001010111110011100110101011001110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92BE; }

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

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

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

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

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

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

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

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