#CA97B9

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

Shades of Lily #CA97B9

Tints of Lily #CA97B9

Color information

#CA97B9 (or 0xCA97B9) is unknown color: approx Lily. HEX triplet: CA, 97 and B9. RGB value is (202,151,185). Sum of RGB (Red+Green+Blue) = 202+151+185=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97B9 is #356846. Grayscale: #AAAAAA. Windows color (decimal): -3500103 or 12163018. OLE color: 12163018.

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

Color convert

RGB202151185-
CMYK00.250.080.21
HSL320º32.48%69.22%-
HSV(B)320º25.25%79.22%-
XYZ44.1838.1950.94-
YUV170.12136.4150.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=37.55%
G=28.07%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215118500.250.080.2132032.4869.22
HexCA97B90198151402045
Octal312227271031102550040105
Binary1100101010010111101110010110011000101011010000001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97B9; }

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

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

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

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

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

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

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

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