#CFA9B9

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

Shades of Lily #CFA9B9

Tints of Lily #CFA9B9

Color information

#CFA9B9 (or 0xCFA9B9) is unknown color: approx Lily. HEX triplet: CF, A9 and B9. RGB value is (207,169,185). Sum of RGB (Red+Green+Blue) = 207+169+185=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9B9 is #305646. Grayscale: #B6B6B6. Windows color (decimal): -3167815 or 12167631. OLE color: 12167631.

HSL color Cylindrical-coordinate representation of color #CFA9B9: hue angle of 334.74º 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 #CFA9B9 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB207169185-
CMYK00.180.110.19
HSL334.74º28.36%73.73%-
HSV(B)334.74º18.36%81.18%-
XYZ48.6845.1452.05-
YUV182.19129.59145.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=36.90%
G=30.12%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716918500.180.110.19334.7428.3673.73
HexCFA9B9012B1314f1c4a
Octal317251271022132351734112
Binary110011111010100110111001010010101110011101001111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9B9; }

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

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

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

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

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

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

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

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