#CFA1BA

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

Shades of Lily #CFA1BA

Tints of Lily #CFA1BA

Color information

#CFA1BA (or 0xCFA1BA) is unknown color: approx Lily. HEX triplet: CF, A1 and BA. RGB value is (207,161,186). Sum of RGB (Red+Green+Blue) = 207+161+186=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1BA is #305E45. Grayscale: #B1B1B1. Windows color (decimal): -3169862 or 12231119. OLE color: 12231119.

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

Color convert

RGB207161186-
CMYK00.220.100.19
HSL327.39º32.39%72.16%-
HSV(B)327.39º22.22%81.18%-
XYZ47.3442.352.12-
YUV177.6132.74148.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=37.36%
G=29.06%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716118600.220.100.19327.3932.3972.16
HexCFA1BA016A131472048
Octal317241272026122350740110
Binary1100111110100001101110100101101010100111010001111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1BA; }

 p { color: rgb(207,161,186); }

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

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

 a { background-color: rgb(207,161,186); }

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

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

 span { border-color: rgb(207,161,186); }

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