#CFA3BA

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

Shades of Lily #CFA3BA

Tints of Lily #CFA3BA

Color information

#CFA3BA (or 0xCFA3BA) is unknown color: approx Lily. HEX triplet: CF, A3 and BA. RGB value is (207,163,186). Sum of RGB (Red+Green+Blue) = 207+163+186=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3BA is #305C45. Grayscale: #B2B2B2. Windows color (decimal): -3169350 or 12231631. OLE color: 12231631.

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

Color convert

RGB207163186-
CMYK00.210.100.19
HSL328.64º31.43%72.55%-
HSV(B)328.64º21.26%81.18%-
XYZ47.694352.24-
YUV178.78132.08148.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=37.23%
G=29.32%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716318600.210.100.19328.6431.4372.55
HexCFA3BA015A131491f49
Octal317243272025122351137111
Binary110011111010001110111010010101101010011101001001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3BA; }

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

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

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

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

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

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

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

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