#CFA5B9

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

Shades of Lily #CFA5B9

Tints of Lily #CFA5B9

Color information

#CFA5B9 (or 0xCFA5B9) is unknown color: approx Lily. HEX triplet: CF, A5 and B9. RGB value is (207,165,185). Sum of RGB (Red+Green+Blue) = 207+165+185=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5B9 is #305A46. Grayscale: #B3B3B3. Windows color (decimal): -3168839 or 12166607. OLE color: 12166607.

HSL color Cylindrical-coordinate representation of color #CFA5B9: hue angle of 331.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5B9 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB207165185-
CMYK00.200.110.19
HSL331.43º30.43%72.94%-
HSV(B)331.43º20.29%81.18%-
XYZ47.9443.6851.8-
YUV179.84130.91147.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.16%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=37.16%
G=29.62%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716518500.200.110.19331.4330.4372.94
HexCFA5B9014B1314b1e49
Octal317245271024132351336111
Binary110011111010010110111001010100101110011101001011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA5B9; }

 p { color: rgb(207,165,185); }

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

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

 a { background-color: rgb(207,165,185); }

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

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

 span { border-color: rgb(207,165,185); }

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