#CFA0BE

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

Shades of Lily #CFA0BE

Tints of Lily #CFA0BE

Color information

#CFA0BE (or 0xCFA0BE) is unknown color: approx Lily. HEX triplet: CF, A0 and BE. RGB value is (207,160,190). Sum of RGB (Red+Green+Blue) = 207+160+190=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0BE is #305F41. Grayscale: #B1B1B1. Windows color (decimal): -3170114 or 12493007. OLE color: 12493007.

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

Color convert

RGB207160190-
CMYK00.230.080.19
HSL321.7º32.87%71.96%-
HSV(B)321.7º22.71%81.18%-
XYZ47.642.1254.34-
YUV177.47135.07149.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.16%
GREEN value IS 160 (62.89% from 255) = 28.73%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=37.16%
G=28.73%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716019000.230.080.19321.732.8771.96
HexCFA0BE0178131422148
Octal317240276027102350241110
Binary1100111110100000101111100101111000100111010000101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0BE; }

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

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

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

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

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

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

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

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