#CF9ABF

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

Shades of Lily #CF9ABF

Tints of Lily #CF9ABF

Color information

#CF9ABF (or 0xCF9ABF) is unknown color: approx Lily. HEX triplet: CF, 9A and BF. RGB value is (207,154,191). Sum of RGB (Red+Green+Blue) = 207+154+191=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ABF is #306540. Grayscale: #ADADAD. Windows color (decimal): -3171649 or 12557007. OLE color: 12557007.

HSL color Cylindrical-coordinate representation of color #CF9ABF: hue angle of 318.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9ABF is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207154191-
CMYK00.260.080.19
HSL318.11º35.57%70.78%-
HSV(B)318.11º25.6%81.18%-
XYZ46.6940.1454.58-
YUV174.06137.56151.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 191 (75% from 255) = 34.60%
R=37.5%
G=27.90%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715419100.260.080.19318.1135.5770.78
HexCF9ABF01A81313e2447
Octal317232277032102347644107
Binary1100111110011010101111110110101000100111001111101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ABF; }

 p { color: rgb(207,154,191); }

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

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

 a { background-color: rgb(207,154,191); }

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

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

 span { border-color: rgb(207,154,191); }

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