#CFA9B7

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

Shades of Lily #CFA9B7

Tints of Lily #CFA9B7

Color information

#CFA9B7 (or 0xCFA9B7) is unknown color: approx Lily. HEX triplet: CF, A9 and B7. RGB value is (207,169,183). Sum of RGB (Red+Green+Blue) = 207+169+183=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9B7 is #305648. Grayscale: #B5B5B5. Windows color (decimal): -3167817 or 12036559. OLE color: 12036559.

HSL color Cylindrical-coordinate representation of color #CFA9B7: hue angle of 337.89º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFA9B7 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207169183-
CMYK00.180.120.19
HSL337.89º28.36%73.73%-
HSV(B)337.89º18.36%81.18%-
XYZ48.4745.0650.94-
YUV181.96128.59145.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=37.03%
G=30.23%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716918300.180.120.19337.8928.3673.73
HexCFA9B7012C131521c4a
Octal317251267022142352234112
Binary110011111010100110110111010010110010011101010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9B7; }

 p { color: rgb(207,169,183); }

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

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

 a { background-color: rgb(207,169,183); }

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

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

 span { border-color: rgb(207,169,183); }

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