#CF9ABE

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

Shades of Lily #CF9ABE

Tints of Lily #CF9ABE

Color information

#CF9ABE (or 0xCF9ABE) is unknown color: approx Lily. HEX triplet: CF, 9A and BE. RGB value is (207,154,190). Sum of RGB (Red+Green+Blue) = 207+154+190=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ABE is #306541. Grayscale: #ADADAD. Windows color (decimal): -3171650 or 12491471. OLE color: 12491471.

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

Color convert

RGB207154190-
CMYK00.260.080.19
HSL319.25º35.57%70.78%-
HSV(B)319.25º25.6%81.18%-
XYZ46.5840.0954-
YUV173.95137.06151.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=37.57%
G=27.95%
B=34.48%

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
Decimal20715419000.260.080.19319.2535.5770.78
HexCF9ABE01A81313f2447
Octal317232276032102347744107
Binary1100111110011010101111100110101000100111001111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ABE; }

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

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

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

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

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

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

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

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