#CA97BE

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

Shades of Lily #CA97BE

Tints of Lily #CA97BE

Color information

#CA97BE (or 0xCA97BE) is unknown color: approx Lily. HEX triplet: CA, 97 and BE. RGB value is (202,151,190). Sum of RGB (Red+Green+Blue) = 202+151+190=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97BE is #356841. Grayscale: #AAAAAA. Windows color (decimal): -3500098 or 12490698. OLE color: 12490698.

HSL color Cylindrical-coordinate representation of color #CA97BE: hue angle of 314.12º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA97BE is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202151190-
CMYK00.250.060.21
HSL314.12º32.48%69.22%-
HSV(B)314.12º25.25%79.22%-
XYZ44.7238.4153.77-
YUV170.7138.9150.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 151 (59.38% from 255) = 27.81%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=37.20%
G=27.81%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215119000.250.060.21314.1232.4869.22
HexCA97BE01961513a2045
Octal31222727603162547240105
Binary110010101001011110111110011001110101011001110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97BE; }

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

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

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

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

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

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

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

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